Question: Write a for loop that produces the following output: 1 4 9 16 25 36 49 64 81 100 For added challenge, try to modify
Write a for loop that produces the following output:
1 4 9 16 25 36 49 64 81 100
For added challenge, try to modify your code so that it does not need to use the * multiplication operator.
Step by Step Solution
3.34 Rating (163 Votes )
There are 3 Steps involved in it
int numb... View full answer
Get step-by-step solutions from verified subject matter experts
