Figure 2.0(a) shows a complete C codes to calculate the volume of a bottle with different upper and lower diameter with using "Pi" as a defined constant. By referring to Figure 2.0(b) program's "Outputs", please write the missing codes based on below C codes.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

 

pls send me fast as can

pls show me full steps

subject (computer programming)

Q2 Figure 2.0(a) shows a complete C codes to calculate the volume of a bottle with different upper
and lower diameter with using "Pi" as a defined constant. By referring to Figure 2.0(b) –
program's "Outputs", please write the missing codes based on below C codes.
Figure 2.0(a)
Finclude<stdio.h>
#include<math.h>
int main()
I float thick, h1, h2, a,b, dia;
printf("*********Bottle Volume Calculator**..
****.....*");
printf("\n\nThis tool is designed to calculated the volume of plastics bottle:");
printf("\n\nPlease enter the parameters of bottle: ");
printf("\n\nheight of bottle hl (cm): ");
scanf("Xf",&h1);
printf("please enter diameter of a & b:");
scanf("XFXf", &a,&b);
call = ((pi/3)*h2*pow(a, 2));
cal2 = ((a*b)+pow(b, 2)+(pi*pow(b,2)*h1));
volscall+cal2;
return 0;
Figure 2.0(b)
******Bottle Uolume Calculator****
This tool is designed to calculated the volume of plastics bottle:
Please enter the parameters of bottle:
he ight of bottle hi (cn>: 2.5
he ight of bott le h2 <cm>: 8
please enter diameter of a & b:4 12
The bottle -145?.179cm^3
----
Transcribed Image Text:Q2 Figure 2.0(a) shows a complete C codes to calculate the volume of a bottle with different upper and lower diameter with using "Pi" as a defined constant. By referring to Figure 2.0(b) – program's "Outputs", please write the missing codes based on below C codes. Figure 2.0(a) Finclude<stdio.h> #include<math.h> int main() I float thick, h1, h2, a,b, dia; printf("*********Bottle Volume Calculator**.. ****.....*"); printf("\n\nThis tool is designed to calculated the volume of plastics bottle:"); printf("\n\nPlease enter the parameters of bottle: "); printf("\n\nheight of bottle hl (cm): "); scanf("Xf",&h1); printf("please enter diameter of a & b:"); scanf("XFXf", &a,&b); call = ((pi/3)*h2*pow(a, 2)); cal2 = ((a*b)+pow(b, 2)+(pi*pow(b,2)*h1)); volscall+cal2; return 0; Figure 2.0(b) ******Bottle Uolume Calculator**** This tool is designed to calculated the volume of plastics bottle: Please enter the parameters of bottle: he ight of bottle hi (cn>: 2.5 he ight of bott le h2 <cm>: 8 please enter diameter of a & b:4 12 The bottle -145?.179cm^3 ----
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY