0
What better i can do with this code
9 Answers
+ 5
#include <iostream>
using namespace std;
int main() {
printf("Square of:\n");
for(int i=1;i<=10;i++){
printf("%d is %d \n",i,i*i);
}
return 0;
}
+ 1
@BEN_10đźđł thanks
0
#AKR please can you tell me how
0
BEN_10đźđł what do you mean
(ten times) here
0
BEN_10đźđł i corrected it https://code.sololearn.com/cAe55MhXdoE9/?ref=app