Question: Write a program that computes and displays the batting average for a baseball player when the user inputs the number of hits and at-bats for
Write a program that computes and displays the batting average for a baseball player when the user inputs the number of hits and at-bats for that player. Batting average is computed by dividing the number of hits by the number of at-bats. You will need the following variables:
Hits (an Integer)
AtBats (an Integer)
BatAvg (a Float)
Step by Step Solution
3.36 Rating (162 Votes )
There are 3 Steps involved in it
Declare AtBats As Integer Declare Hits As Integer De... View full answer
Get step-by-step solutions from verified subject matter experts
