Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Very new to C++. Just started taking it this semester. For some reason my output keeps coming out as [0.000] and I cannot figure out

Very new to C++. Just started taking it this semester. For some reason my output keeps coming out as [0.000] and I cannot figure out why. Can someone please help me? ** I also tried making r & h a double and it still came out as 0.image text in transcribed

vou A WNA #include #include #include using namespace std; 4 int main() { int r; int h; const double pi = 3.14159; cout > r; cout > h; double volume = (1/3) * pi * (r * r) * h; 21 cout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

OCA Oracle Database SQL Exam Guide Exam 1Z0-071

Authors: Steve O'Hearn

1st Edition

1259585492, 978-1259585494

More Books

Students also viewed these Databases questions