Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Open up Eclipse. 2 . Create a new project ( it does not matter what project names are they are just for your
Open up Eclipse.
Create a new project it does not matter what project names are they are just for your
organization and do not get carried through to the jar file Depending on your chosen
organization, you can put all mod together or whatever works for you.
Create a new package named dwolffmwexcept use your name This is the pattern
that you will be using to name all your packages and jar files.
Create a new Java class named Robot. Make certain to put the check mark for including
the public static void main....
You are tasked with developing a Java program that calculates the efficiency of a group
of three robots. Each robot has a unique identification name and can perform a certain
number of tasks per hour.
Write a Java program NO LOOPS OR DECISION STRUCTURES that takes input
from the user to gather information about the three robots, calculates the overall
efficiency of the group, and prints the results.
Save your program. Run it to make certain that it works.
Export your program as a jar file named dwolffmwexcept use your name Make
certain to check the box to save the source files.
Submit your jar file to Canvas.
Sample output
Enter details for Robot :
Robot Identification: Scrap
Number of Tasks Performed per Hour:
Enter details for Robot :
Robot Identification: Bolt Head
Number of Tasks Performed per Hour:
Enter details for Robot :
Robot Identification: Slow Mo
Number of Tasks Performed per Hour:
Robot Details:
Robot ID: Scrap, Tasks per Hour:
Robot ID: Bolt Head, Tasks per Hour:
Robot ID: Slow Mo Tasks per Hour:
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