Computer Science, asked by nitu77524, 1 month ago

write a java program to find square of number from 1 to 20 using for loop​

Answers

Answered by skk18290
0

Answer:

get the job in a good way to make it easier and one day I can be able even more

Answered by IIDakshII
1

ǫᴜᴇsᴛɪᴏɴ →

write a java program to find square of number from 1 to 20 using for loop

ᴀɴsᴡᴇʀ →

You can square a number in Java in two different ways:

Multiply the number by itself

Call the Math.pow function

Similar questions