In the algorithm below, adding 10 years to the age variable and storing the result in the newAge variable is an assignment statement, so on a flowchart, it is placed in a(n) ____.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 " + newAgeStop
A. rectangle
B. parallelogram
C. terminal symbol
D. annotation box
Answer: A
Computer Science & Information Technology
You might also like to view...
To provide a common Web page development standard, the World Wide Web Consortium (W3C) created XHTML.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
What number format places a dollar sign on the left side of the cell, includes commas to separate thousands, displays two decimal places, and displays zero values as hyphen?
What will be an ideal response?
Computer Science & Information Technology
In a function block, the inputs points to the block are called ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
What is the UID for the root user?
A. 0 B. 1 C. 100 D. 1000
Computer Science & Information Technology