Question: The Program Must be in C and the compiler being used is Visual Studio 2015 , if possible please comment on each important line of
The Program Must be in C and the compiler being used is Visual Studio 2015 , if possible please comment on each important line of code explaining what is happening.


Task 1: Write a C program that given (by keyboard) a radius and a height, calculates the volume of a cone and displays it on the screen. a) b) Once the program in part a) is done, modify the program by writing a function calculator- style called coneVol transform and use it within the program. Take the opportunity to watch the video about MVS debugger and learn how to use it! Task 2: a) Write a C program in a single function main that reads an integer number from keyboard and respond to the questions i. is the number a multiple of 2? ii. Is the number a multiple of 3? iii. Is the number a multiple of 5? iv. Is the number a multiple of 7? By displaying on the screen a zero when the answer to the question is false or any other number when true (Hint: you can use the operator module)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
