Question: Lab Summary This lab's objective is to become more comfortable with the development environment and to write your first programs independently. Unless told otherwise, you
Lab Summary
This lab's objective is to become more comfortable with the development environment and to write your first programs independently. Unless told otherwise, you may use any editor and compiler in PRG from now on
Instructions Part A Average Travel Speed
Create a new ProjectSolution on your PC using either Visual Studio or VS Code.
Add a source file to your project, containing code shown below. Fill in the "Student" and "Date" lines. Make sure that you understand what each line of the program does, including the #define line at the top of the program. Use Internet resources as needed.Compile your travel.c program to make sure that there are no mistakes. You can run the program if you like, but there will be no output displayed at this point.Add necessary code for the three TODO tasks shown inside main replacing removing the comments as you go using scanf to get input.Your finished program, when using and as input, should provide output as follows:Make sure that your program does not show errors or warnings when compiled and run, although warning about scanf return value is OK Format your code well by indenting all code inside main by one tab and by using single blank lines to separate program sections variable declaration, user input, calculations, output and return. With the exception of prompts, printf statements should end with In Use a 'fflushstdout; statement after any printf that does not end with InPage
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
