CJCoding With Joseph

Square of a Number

An int n = 7 is given. Print a sentence containing its square, computed as n * 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.