Computer Science, asked by abhijayff, 1 month ago

Write a program to input a number and calculate the Square and Cube of the Number. Display the output in the given format. Eg: INPUT : Enter a number 5 OUTPUT: Square of 5 is 25 Cube of 5 is 125​

Answers

Answered by JSP2008
1

 \\

 \:

Attachments:
Answered by riddhi1302
0

Unfortunately, you didn't specify which programming language to use to execute this program so I just used the one which I know about (i.e. Python).

That being said here's your answer...Hope it helps!

Attachments:
Similar questions