โ Back to Printing
Question 304
Square of a Number
Square of a Number
Anint n = 7is given. Print a sentence containing its square, computed asn * n: 7 squared is 49
Expected Output:
7 squared is 49
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.