Question: help with C code on codeblocks please ! :) can i get refunded this question? i waited hours to recieve a response only for someone
Problem Description: Use the description and requirements of homework # 2 and see below for additional requirements. Program Input Rain condition Width and the length of the yard and the house. Program Output Total area of the grass and the time it takes to mow the yard, or message about why mowing is not possible. Requirement 1. User must enter the Width and the length of the yard and the house. 2. The length and the width of the house and the yard must be between 100 and 1000 feet. If entry is not valid (within the given range) for any input, program must display a message telling the user what is the issue and end. 3. Must use both logical operators (and and or) in your program 4. Dimensions are in feet 5. Time to mow is in minutes 6. The speed of the mower must be entered by the user and it must be between 1.5 and 3.0 square feet per second. If not within the range, tell the user and end the program. 7. Do not use the exit(0) function to end the program, program must end normally. 8. Comment your code - this a requirement for every
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
