subject

For this assignment you will write a series of three small programs to practice programming in c. your programs must compile and run under xubuntu (or another variant of ubuntu) 18.04. if you follow the video sequence on installing netbeans for c/c++ for xubuntu, you will have this development environment available. for two of these programs, you must start from the attached base les. for the other program, you will be expected to write it from scratch. 1 2.1 computation (hw02a_base. c) [8 points] for this program, you will write a program to compute the total volume for a number of cylinders. a cylinder may have dierent values for height and radius. study the base code and make the following changes: • add a prompt for the number of cylinders to sum. make sure to use the control symbol for integers. [2 points] • create a loop based on the number of cylinders the user enters. [1 points] • within the loop, prompt for height and radius parameters (allow oating point numbers), and calculate the volume for that particular cylinder. [4 points] • display the total volume sum back to the user. make sure to use the right control symbol. [1 points]

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 14:00
When designers make compromises during the engineering design process the result is often what?
Answers: 1
question
Computers and Technology, 22.06.2019 21:10
Dameas communication challenge is due to which factor
Answers: 2
question
Computers and Technology, 23.06.2019 12:30
What is the difference between the internet and the world wide web?
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
Where can page numbers appear? check all that apply. in the header inside tables in the footer at the bottom of columns at the top of columns
Answers: 1
You know the right answer?
For this assignment you will write a series of three small programs to practice programming in c. yo...
Questions