Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Design application calculate number of left and right handed students. Application accept L for left and R for right handed and accumulate total...
Design application calculate number of left and right handed students. Application accept L for left and R for right handed and accumulate total until user exit application.
input
1."L" for left handed
result
added to left handed counter
input
2."R" for right handed
result
adds to right handed counter
input
3."X" for exit
result
print total left and right handed then exit the application
Prompt user with input to enter L or R for left or right handed, each time user enter L or R application must ask for next student until user enter X then application print result then exit