The pseudocode of the program is the prototype of the actual program
The pseudocode of the broadband data usage program is as follows:
Set total = 0
Input data_usage
while data_usage != 0:
total += data_usage
Input data_usage
print total
The flow of the pseudocode is as follows:
Read more about pseudocode at:
https://brainly.com/question/11623795