write a java program to find square of number from 1 to 20 using for loop
Answers
Answered by
0
Answer:
get the job in a good way to make it easier and one day I can be able even more
Answered by
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