Draw the hierarchy chart and design the logic for a program


Problem

Draw the hierarchy chart and design the logic for a program for the manager of the Jeter County softball team who wants to compute batting averages for his players. A batting average is computed as hits divided by at-bats, and is usually expressed to three decimal positions (for example, .235). Design a program that prompts the user for a player jersey number, the number of hits, and the number of at-bats, and then displays all the data, including the calculated batting average. The program accepts players continuously until 0 is entered for the jersey number. Use appropriate modules, including one that displays "End of job" after the sentinel is entered for the jersey number.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Draw the hierarchy chart and design the logic for a program
Reference No:- TGS02647001

Expected delivery within 24 Hours