I need pseudocode for a program that continuously accepts data about text messages until a sentinel value is entered, and displays details only about customers who send more than 100 text messages.
do
get message
if message is sentinel
break
else
save message
while true
if count of messages > 100
display information about customer
else do nothing
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!