Question: 3 . Write a program that computes and displays the batting average for a baseball player when the user inputs the number of hits and
Write a program that computes and displays the batting average for a baseball player when the user inputs the number of hits and atbats for that player. Batting average is computed by dividing the number of hits by the number of atbats. You will need the following variables:
Hits an Integer AtBats an Integer BatAvg asyou will use pseudo code to solve the given problem. Include appropriate input prompts and annotate output.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
