0

What better i can do with this code

https://code.sololearn.com/cDfSFE93Cj9d/?ref=app

2nd Apr 2020, 5:14 PM
Ajaz Ok
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; }
2nd Apr 2020, 6:10 PM
Cmurio
Cmurio - avatar
2nd Apr 2020, 5:23 PM
Ajaz Ok
0
#AKR please can you tell me how
2nd Apr 2020, 5:18 PM
Ajaz Ok
0
BEN_10🇼🇳 what do you mean (ten times) here
2nd Apr 2020, 5:26 PM
Ajaz Ok