What is the comment section at the beginning of a program that gives information about the author and the program called?
A) prologue
B) prelude
C) heading
D) preliminaries
E) foreword
Questions 16 – 19 are Matching and worth 1 point each.
A. sentinel B. running total C. cin D. condition E. counter
A variable that accumulates the sum of numbers entered by the user is accumulating a __________.
A) sentinel
B) running total
C) cin
D) condition
E) counter
For Questions 20 – 24, determine the logical value of the comparison. Mark A for True and B for False.
Assume that a=10, b=6, c=10, and d=8.