Computer Science, asked by goldisandip62, 5 days ago

to print the square of all numbers 1 to 10​

Answers

Answered by mpv12pk024
0

Answer:

Since you have not mentioned any specific language, I'm giving you the basic idea of the program

Here we go

//start of program

FORI=1 TO 10

INT J = I

PRINT (I^ * J)

J++

NEXT

//end of program

Explanation:

I hope it helps please mark me as brainliest

Similar questions