0
a program that squares a given number?
С++
3 ответов
+ 3
Hi, can you move that C++ into the tags up there ☝
Munkhmurun
I can't reply DMs, so please, elaborate here instead ...
+ 7
An addition to Ipang s comment=>
Also pls use the description section to post ur try(code).
0
int n;
cin >> n;
cout << n * n;