Problems
Last updated
Last updated
Using a for loop, create a table of values for the function
for the values 0 to 10.
Create the header: print("Number\tCubed")
Using a for loop, create a table of values for the function
for the values 0 to 10.
The formula for converting a temperature from Celsius to Fahrenheit is:
Use a for loop to display a table of Celsius temperatures from 0 to 10 and their Fahrenheit equivalents. Before the for loop, add the following these lines to create your chart.
Using a for loop, ask the user for 3 integers. Print the average of these numbers.
You play Roblox and start with 500 Robux.
You want to buy 3 items for your estate. In a for loop, ask the user how much each item costs.
Display the total amount of Robux you have left.
Using a for loop, ask the user for 5 integers. Print the third input.
Using a for loop, ask the user for 5 numbers. Print the minimum of these numbers.
Using a for loop, print odd numbers from 1 to 20.