Unit 2 Guided Practice 2: Use An “If…Else” Statement

 

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.

Upload your flowgorithm file, .c file, and a screen shot of your code output saved in a Word document including the path name directory at the top of the screen into the dropbox for grading.

You can leave a response, or trackback from your own site.