Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Input statements are represented by a parallelogram shape input statements store user input Output statements are also represented by a parallelogram shape output statements display
Input statements are represented by a parallelogram shape input statements store user input
Output statements are also represented by a parallelogram shape output statements display information to the screen
Declaring variables Declare is represented by a rectangular shape with a line on the top and left side when we declare a variable, we ask the computer to set aside space to store data. Remember to include the data type with the variable name.
Assignment statements Assign are represented by a rectangle assignment statements assign values on the right to the variable on the left using one equals sign.
If statements are represented with a diamond shape if statements allow us to make decisions.
A function call is represented by a rectangle with two lines on the ends function calls are used to call a function definition that will execute its commands.
Looping structures, while, for, and dowhile are represented by a hexagon shape loops execute commands repetitiously.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started