Can someone please tell me how to do these???
Write a for loop to print the odd numbers from 1 to 99 (inclusive).
Write a for loop to print the multiples of 3 from 300 down to 3.
Write a for loop to print the odd numbers from 1 to 99 (inclusive).
Write a for loop to print the multiples of 3 from 300 down to 3.
Comment