Unit 2 Guided Practice 2: Use An "If...Else" Statement

profilemmanttekk

 

The following program uses an if...else structure.  The program flow is determined by whether or not the "if" condition is true.  If the user's selection is greater than 0, one line of code prints, and, if not, a different line executes.

Here's the Flowchart:

And here is the code:

And here is the output:

Now, re-create the flowchart in Flowgorithm and run the code in your Dev C++ compiler.

    • 6 years ago
    • 2
    Answer(1)

    Purchase the answer to view it

    blurred-text
    • attachment
      Unit2GP2.cpp