0
Print first hundred pallendron nummbers and there prime number
prime no. is also a pallendron no.
1 Resposta
0
#include<iostream>
Using namespace std;
int main()
{
int c;
for(int i =0 ;i<=10 ;i++)
{cout<<i;}
For(int x=0;x<10;x++)
{c = 11*x;
Cout<<c;}
cout<<<