Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help i cannot get it to print right and the numbers are coming out wrong. I need 3 0 to print and 3 0
Please help i cannot get it to print right and the numbers are coming out wrong. I need to print and keeps coming out, and all the other ones i have tried and seen haven't workedhelped either. Check failed
Output:
Enter degrees Fahrenheit: Enter feet: Des
Meters:
Expected:
Enter degrees Fahrenheit:
Enter feet:
Degrees Celsius:
Meters:
Check failed
Output:
Enter degrees Fahrenheit: Enter feet: Des
Meters:
Expected:
Enter degrees Fahrenheit:
Enter feet:
Degrees Celsius:
Meters:
Check failed
Output:
Enter degrees Fahrenheit: Enter feet: Des
Meters:
Expected:
Enter degrees Fahrenheit:
Enter feet:
Degrees Celsius:
Meters: Metric Conversion Part
For this exercise you will get some experience in calling your functions from
main
To start copy and paste the code defining GetCelsius and GetMeters into the file
to the right underneath Type your code here.
Next define a main function that will declare variables to hold on the degress
Fahrenheit, feet, degrees Celsius and meters. Next you will need to get degrees
Fahrenheit and feet from the user using the following prompts:
The two or underscores you see are representing spaces after the colon
Next you will call your two functions and print out those values to the screen.
Codio will supply the inputs for degrees Fahrenheit and feet. Your output
prompts need to look like the following:
Where you see
that represents spaces.
Given degrees Fahrenheit and feet, your program should output the
following:
If you type in all of your code and you don't see any output, it could be because
you did not call main At the very bottom of your code type in:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started