Suppose that you want to write a program that inputs customer data including name, zipCode, balance, and regionNum. At the end of the program, a summary of the number of customers in each of 12 sales regions who owe more than $1000 each is displayed. The most likely statement during the main processing loop would be _________.

Respuesta :

The most likely statement during the main processing loop would be

customerCount[regionNum] =

customerCount[regionNum] + 1

What is a processing loop?

A loop means a sequence of instruction s that is continually repeated until a certain condition is reached.

In this case, the most likely statement during the main processing loop would be customerCount[regionNum] = and customerCount[regionNum] + 1.

Learn more about loop on:

https://brainly.com/question/4510147

#SPJ12

ACCESS MORE
EDU ACCESS