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
what part do you need help with
i need to write the code of the program (mostly the body of the code)
there is a computer science section here
i know but i didn't get help , its ok nvm thanks anyway
area land - area house = area to be mowed time to mow = spped of mower id assume
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
area mowed in a specific time period ------------------------------- Mow.area maybe
you are right , thanks
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
ok will do right now thanks so much for u=your help , really appreciate it
make sure your output displays a floating point number, even if the inputs are integers
ok i will thanks a lot
can anyone help me with " compute the time (in minutes) required to cut the lawn around the house." what is the equations
Join our real-time social learning platform and learn together with your friends!