Question

write the pseudocode and draw the flowchart to calculate how many words entered by the user...

write the pseudocode and draw the flowchart to calculate how many words entered by the user until the user enters the word "stop" by using while/end while loop logic structure

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Pseudocode for this problem -

1. String P = "NULL";

2. int count=0

3. Print ( Enter the word)

4. Input ( string P)

5.  while( P ! = "Stop" )

6. {  

7. Input(string P)

8. count=count+1

9. }

10. return count

FlowChart for this program is ----

Program to run above pseudocode in C --

Add a comment
Know the answer?
Add Answer to:
write the pseudocode and draw the flowchart to calculate how many words entered by the user...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT