Answered step by step
Verified Expert Solution
Question
1 Approved Answer
IS 1300 HWK 1B Spring 2018 You are to write a java program to solve the following problem. A painter needs to paint a swimming
IS 1300 HWK 1B Spring 2018 You are to write a java program to solve the following problem. A painter needs to paint a swimming pool. The pool is 20 feet by 10 feet and 5 feet deep. There are lights on two lights on two sides that are 4 inches by 6 inches room. (Total of four lights). DO not paint over the lights. A gallon of paint covers 6 square yards. How many gallons of paint are need to paint the pool? You MUST use variables to assign the original values. (Do NOT have a user enter in the data) The program MUST do all the calculations (NOT input by the user) I ou will submit to me both the source code and a copy of what is on the command console. You will also must submit a Reflections paper. (See reverse side of this for outline and sample). Note the following: Carefully analyze the problem requirements and design a strategy for solving the problem BEFORE coding. Specify your design within the program using Java comments. Follow programming style as noted in Chapter 1 (pages 18-19) Only use Java commands/techniques in this and previous chapters. (CH 1,2 only) Include your name and exercise number within the program using Java comments. Only complete working programs that meet the stated requirements will receive credit. Use the control ALT & PRT SCRN command to take a snap shot of your output and then paste to a word document. Print out the source code form notepad. Make sure your name is on both documents to hand in. HAND-IN your programs at the beginning of class This means anything handed in after 11:03 pm will not be accepted. (if you need to print them out, do it before the class actually starts). There is a blackout period of 12 hours before the assignment is due. This means I will not answer any questions about the coding or assignment
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started