Question
The following Programming Challenges can be solved by a program that performs three basic task-Input Data, And Output Results. For each problem, use pseudo-code to
The following Programming Challenges can be solved by a program that performs three basic task-Input Data, And Output Results. For each problem, use pseudo-code to design a suitable program to solve it. Be sure to identify the data type of each variable used. Shannon and Jasmine bowl as a team. Each of the bowls three games in a tournament. They would like to know their individual averages for their three games and the team average. Allow the user to input the scores for each player. Output Shannon's average,Jasmine's average, and the team's average. You will need the following variables: Score1 Score 2 Score 3 avgJasmine sumShannon sumJasmine avgShannon teamAVG You will need the following formulas: teamAvg=(avgShannon+avgJasmines)/2
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started