0

Print first hundred pallendron nummbers and there prime number

prime no. is also a pallendron no.

23rd Mar 2017, 12:50 AM
Vikas Singh
Vikas Singh - avatar
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<<<
25th Mar 2017, 7:52 AM
itumeleng
itumeleng - avatar