Question: Using a for loop, write program that prints a table showing the number 1-10 and their squares. 100 Using a for loop, write program that
Using aforloop, write program that prints a table showing the number 1-10 and their squares. 100
Using aforloop, write program that prints a table showing the speeds from 60 kph - 120 kph, in increments of 10, along with their values converted to mph
Use a nestedforloop to print the multiplication table below.
Using aforloop, write program that prints the numbers from 1-100. But
~For multiples of 3 print "Fizz" instead of number
~For multiples of 5 print "Buzz" instead of a number
~For numbers which are multiples of both 3 and 5 print "FizzBuzz" instead of the number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
