Question: autodesk 2019, C programming language Intro to Programming in C-program 3 Assignment purpose. To compile, build, and execute an interactive program using functions from stdio.h

autodesk 2019, C programming language
autodesk 2019, C programming language Intro to Programming in C-program 3 Assignment

Intro to Programming in C-program 3 Assignment purpose. To compile, build, and execute an interactive program using functions from stdio.h (printf and scant), simple math in C, and simple programmer defined functions Preprocessor directives: define _CRT_SECURE_NO_WARNINGS //for Visual Studio compiter aprana warnissale:6031) //ignore scanf warnings include //printf and scarf Instructions - For this assignment you will be implementing a program that converts temperature and distance to and from Metric to English (kilometers to miles, miles to kilometers AND Fahrenheit 10 Celsius. Celsius to Fahrenheit) The program will welcome the user with a friendly message Ask the user to enter their first initial (assume the user will enter the initial) Get the initial from the user You will pass the initial to all the calculation functions and practice interacting with the initial See the sample output below You will need to use double variables for all the values and formulas to make the conversions Present the output to 2 decimal places, see the sample output below Use the following FIVE programmer defined functions. DO NOT modify the Functions 1/ greets the user 1/asks, get, and returns the first initial char Greeting(); //input: the users initial //asks and gets kiloneters, converts to miles 1/prints the results void insToMiles(char Inicial: //input: the users initial //asks and gets miles, converts to kilometers 1/prints the results void Miles Toms (char Initiat); //input: the users initial 1/asks and gets the temperature in celcius 1/converts to farenheit 1/prints the results void CelciusToFahrenheit(char Initial); //input: the users initial //asks and gets the temperature in farenheit 1/converts to celcius 1/prints the results void Fahrenheittocelcius(char Initial)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!