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...
You would use the ________ file format to retain structure and most text formatting when transferring documents between applications or platforms
Fill in the blank(s) with correct word
Computer Science & Information Technology
Contextual mistakes in PowerPoint 2010 are noted by:
A) a thick green underline. B) blue flashing text. C) dark red bolded text. D) a red wavy underline.
Computer Science & Information Technology