Question: Problem 2 I need help on Problem 1: Write a function that takes a temperature in Celsius as an argument. Your function will convert the

Problem 2 I need help on
Problem 1: Write a function that takes a temperature in Celsius as an argument. Your function will convert the temperature to Fahrenheit and Kelvin. Fahrenheit equals Celsius times 1.8 plus 32. Kelvin equals Celsius plus 273.15. Once you have calculated the temperatures you should print out a message giving the user all 3 temperatures and their units. Problem 2: Given the images below, write a function that calculates the area and volume of a cylinder. Your function should take 2 arguments. Once you have the area and volume, print messages telling the user the area and volume. Example Output: The given height was 2 and the given radius was 1 The area of the cylinder is 18.84955592153876 The volume of the cylinder is 6.283185307179586 A = 2 ar? + h(2ar) V=arah r r h mathwarehouse.com methwarehouse.com Problem 1: Write a function that takes a temperature in Celsius as an argument. Your function will convert the temperature to Fahrenheit and Kelvin. Fahrenheit equals Celsius times 1.8 plus 32. Kelvin equals Celsius plus 273.15. Once you have calculated the temperatures you should print out a message giving the user all 3 temperatures and their units. Problem 2: Given the images below, write a function that calculates the area and volume of a cylinder. Your function should take 2 arguments. Once you have the area and volume, print messages telling the user the area and volume. Example Output: The given height was 2 and the given radius was 1 The area of the cylinder is 18.84955592153876 The volume of the cylinder is 6.283185307179586 A = 2 ar? + h(2ar) V=arah r r h mathwarehouse.com methwarehouse.com
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
