Question: . . . . . . . . . . . . . . . . . . . . . 4 . . .
. . . . . . . . . . . . . . . . . . . . . 4 . . . . . . . . . . . 1 System.out.print("Input employee name 13: "); employ3 = Keyboard.readstring(); //Input 3 itmes sold (1 for each name) System.out.print("Input number of items for employee #1: "); items1 = Keyboard. readInt(); System.out.print("Input number of items for employee #2: "); items2 = Keyboard.readInt (); System.out.print("Input number of items for employee #3: "); items 3 = Keyboard. readint(); \/clear the screen // calculate total items sold //Calculate the & sold for each employee //Display sales report } //end main method } //end Lab01
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
