Can i get help with an ipo chart and c++ declaration statements



Tile limited wants a program that allows its salesclerks to enter the lengh and width(both in feet) of a rectangle and the price of a square foot of tile.the program should calculate and displat the area of the rectangle and the total price of the tile
closed account (o3hC5Di1)
Hi there,

Forum Rules wrote:
Don't post homework questions
Programmers are good at spotting homework questions; most of us have done them ourselves. Those questions are for you to work out, so that you will learn from the experience. It is OK to ask for hints, but not for entire solutions.


It's kind of rude just posting your assignment and expecting others to solve it for you.
What part of the assignment are you having problems with?
What code have you written already?
Do you need help getting started designing the program?

We're happy to help you along, but we won't do this for you.

All the best,
NwN


input

lenght
width
price of tile

processing fees

get lenght
get widht
calculate the area=lenght*widht
calculate the total price of tile=area*price of the tile

output

the area of the rectange
total price of tile

plz correct me if there is mistakes
Topic archived. No new replies allowed.