86.4k views
4 votes
Draw a flowchart that ask the user to enter number: if the number is less than then 10 number it is doubled if the number is more than or equal to 10 one is added to it. the result is displayed the process is repeated until the number 0 is entered.

User Hwau
by
4.2k points

1 Answer

1 vote

Answer:

please find the attachment of the flowchart.

Step-by-step explanation:

In this question, a start block is used to start the program, in the parallelogram box we input the value from the user end and in the diamond box, we check the input is not equal to 0. In the next diamond box, it checks the given input value and print value, and at the last, we stop the code.

Please find the program and its output in the attached file.

Draw a flowchart that ask the user to enter number: if the number is less than then-example-1
Draw a flowchart that ask the user to enter number: if the number is less than then-example-2
Draw a flowchart that ask the user to enter number: if the number is less than then-example-3
User Skull
by
4.8k points