Question: Question 3 Use a for loop to determine the sum of all odd integers from 1 to 100 which is divisible by 3. Print the
Use a for loop to determine the sum of all odd integers from 1 to 100 which is divisible by 3. Print the final sum. (use modulus % to check whether the number is divisible by 3) 2) 3) Write a program to generate a table of conversions from Celcius to Rankin. Allow the user to enter the starting temperature and increment between lines. Print 25 lines in the table. Use a for loop in your solution. TR) (To+ 273.15) x 9/5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
