Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please write a program in psuedocode (preferably typed not written) Shannon and Jasmine bowl as a team. Each of them bowls three games in a

please write a program in psuedocode (preferably typed not written)

Shannon and Jasmine bowl as a team. Each of them 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 Score2 Score3 avgJasmine

sumShannon sumJasmine avgShannon teamAvg

you will need the following formulas:

teamAvg = (avgShannon + avgJasmine)/2

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

More Books

Students also viewed these Databases questions

Question

Why might it be desirable to operate enterprise funds at a profit?

Answered: 1 week ago