Help please....ipo chart

Aug 30, 2012 at 5:01pm

Hello

I am new member in the forum... i would like to get some help please..here is the problem

A contractor needs a program that calculates and displays the volume of a rectangular box. Complete an IPO chart for this problem. Use pseudocode/algorithm in the Processing column.

could you help me to figure out how to solve this as i am beginner in programing

thank you
Aug 30, 2012 at 5:08pm
What have you done so far ? Where is your code ?
Aug 30, 2012 at 5:11pm
>Input:
Length
Width
Height


Processing (in code):
get Length of box
get Width of box
get Height of box
Length times Width times Height


>Output:
Volume


Thats what i have come up with but i wanna make sure its correct
Aug 30, 2012 at 5:12pm
Yes, it is right.
Aug 30, 2012 at 5:14pm


thank you sir.... i appreciate if there is anything to add it on it.. let me know plz
Aug 30, 2012 at 5:22pm
There is nothing I can add. Just use 3 variables and ask the user to input, then calculate the volume of the box.
Aug 30, 2012 at 5:23pm
Do you only have to do this in pseudocode, or in c++?
Aug 30, 2012 at 5:29pm

Use pseudocode/algorithm just
Topic archived. No new replies allowed.