Question: Can someone help write the pseudo code algorithm for this using loop termination by counter method? It is for my programming class and its Java

 Can someone help write the pseudo code algorithm for this using
Can someone help write the pseudo code algorithm for this using loop termination by counter method? It is for my programming class and its Java if that helps at all.
Thanks.

ternet 4. Loop termination by countermethod average number of goals scored per team fora series of soccer match scores. Your algorithm should initially ask the user for the number of soccer match scores that are to be entered. Use a counter loop to ensure that the loop repeats that number of times. Inside the loop, your algorithm shouldask the user to enter two scores, one for each team. To read in the two scores, simply use two separate input statements in the nommal manner. The algorithmshould generate a display of prompts, inputs, and final output that looks like this: How many soccer match scores would you like to enter? 9 Enter score (using a space to separate the gosls) : 1 Enter score (using a space to separate the goals): 1 2 Enter score (using a space to sepa rate the goals): 41 Average number of goals scored per team 1.5 s zero How many soccer match scores would you like to enter? 0 Average number of goals scozed per ceam cannot be calculated

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!