Solved

In the Algorithm Below, the Display Statement for the Result

Question 36

Multiple Choice

In the algorithm below, the Display statement for the result is considered output, so on a flowchart, it is placed in a ____.
Start
// Declare variables
Declare Numeric age, newAge
// Get user's age
Display "Please enter your age: "
Input age
// Compute age in 10 years
NewAge = age + 10
// Display new age
Display "In 10 years, you will be " + newAge
Stop


A) rectangle
B) parallelogram
C) terminal symbol
D) annotation box

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions