Ask your own question, for FREE!
Mathematics 7 Online
OpenStudy (anonymous):

can any1 help me with C++ please ...write a program that reads in the length and width of a rectangular yard (in meters) and the length and width of a rectangular house (in meters) placed in the yard. Your program should compute the time (in minutes) required to cut the lawn around the house. Assume the mowing rate in square meters per minutes is entered as a data input

OpenStudy (anonymous):

what part do you need help with

OpenStudy (anonymous):

i need to write the code of the program (mostly the body of the code)

OpenStudy (anonymous):

there is a computer science section here

OpenStudy (anonymous):

i know but i didn't get help , its ok nvm thanks anyway

OpenStudy (amistre64):

area land - area house = area to be mowed time to mow = spped of mower id assume

OpenStudy (anonymous):

probably because your question is overly vague. it would help if you said you were writing a windows program with text boxes or just a dos program, etc

OpenStudy (amistre64):

area mowed in a specific time period ------------------------------- Mow.area maybe

OpenStudy (anonymous):

you are right , thanks

OpenStudy (anonymous):

All you do is: Declare variable types for L, w, Area, and t Cin with prompt to receive input Calculate Cout to display result Compile it, checking some bugs

OpenStudy (anonymous):

ok will do right now thanks so much for u=your help , really appreciate it

OpenStudy (anonymous):

make sure your output displays a floating point number, even if the inputs are integers

OpenStudy (anonymous):

ok i will thanks a lot

OpenStudy (anonymous):

can anyone help me with " compute the time (in minutes) required to cut the lawn around the house." what is the equations

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!