Answer to Question #46401 in Programming & Computer Science for Jamie

Question #46401
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.
1
Expert's answer
2014-09-29T15:09:53-0400
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS