Accumulating Totals in a Loop
In this lab, you add a loop and the statements that make up the loop body to a Java program provided with the data files for this book. When completed, the program should calculate two totals: the number of left-handed people and the number of right-handed people in your class. Your loop should execute until the user enters the character X instead of a L for left-handed or a R for right-handed. The inputs for this program are as follows: R R R L L L R L R R L X
Note that variables have been declared for you, and the input and output statements have been written for you.
1. Open the source code file named LeftOrRi ght.java using Notepad or the text editor of your choice.
2. Write a loop and a loop body that allows you to calculate a total of left-handed and a total of right-handed people in your class.
3. Save this source code file in a directory of your choice, and then make that directory your working directory.
4. Compile the source code file, LeftOrRight.java.
5. Execute the program using the data listed above. Record the output of this program.
_____________________________________________________________________________________
_____________________________________________________________________________________
_____________________________________________________________________________________
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.