Question
Java Eclipse Objective: Begin to integrate looping into your code What to do: You are going to write code for professors to use! The code
Java Eclipse
Objective: Begin to integrate looping into your code
What to do: You are going to write code for professors to use! The code will take input from a professor and show how many hours worth of work a student needs to do to get an A in that course. An A is considered a 90 or above. The input from the professor is how many points an hour worth of work is.
Dont forget your word document that specifies the decisions you made for your lab. Use this document to show that you know what you are doing and also to let me know what you struggled with. For this lab, definitely let me know why you made the decision to code the logic involved in your program.
The prediction must be contained in its own method
Your main should only take the number from the input via a scanner and call the prediction method
Output:
****Make sure you test your code using a variety of points. For instance: 21 point, 26 points, 50 points etc. You do not have to deal with decimals
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