Question: Open Visual Studio and create an empty project and name it 'InLab 0 2 ' , make sure the save location is set to your

Open Visual Studio and create an empty project and name it 'InLab02', make sure the save location is set to your Home drive (W:) in CNIT105 In_Labs folder or in your appropriate folder directory.
Add a new item to the Source Files folder in the Solution Explorer and name the file 'InLab02.c'
Type the code using the template provided earlier
Declare the following variables, with proper data types and meaningful names:
a. The number of students (an integer)- Name it 'numStudents'.
b. The price of a textbook (a floating-point number)- Name it price'
c. Today's temperature in Fahrenheit (a floating-point number)- Name it 'tempF'.
d. Today's temperature in Celsius (a floating-point number)- Name it 'tempC'.
e. The distance a car has moved (a floating-point number)- Name it 'distance'.
f. The time it has traveled (a floating-point number)- Name it 'time'.
g. The speed of the car (a floating-point number)- Name it 'speed'.
 Open Visual Studio and create an empty project and name it

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!