Question List for "Starting Out with C++ from Control Structures to Objects"

  Topics Views Last post
Computer Science » This is a control structure that causes a statement or group of statements to repeat. New
Started by 2125004343
104 May 22, 2019
Computer Science » Select all that apply. Given: x = 5, y = 6, z = 8. Which of the following are FALSE?1. x == 5;2. x < ... New
Started by tatyanajohnson
27 May 22, 2019
Computer Science » string objects have a member function named c_str that returns the contents of the object formatted ... New
Started by james9437
105 May 22, 2019
Computer Science » Given the if/else statement:if (a < 5) b = 12;else d = 30;Which of the following performs the same operation? New
Started by melina_rosy
26 May 22, 2019
Computer Science » An output file is a file that data is written to. New
Started by ghost!
38 May 22, 2019
Computer Science » Multiple relational expressions cannot be placed into the test condition of a for loop. New
Started by maegan_martin
119 May 22, 2019
Programming and Graphic Design » An initialization expression may be omitted from the for loop if no initialization is required. New
Started by Evvie72
145 May 22, 2019
Computer Science » You may not use both break and continue statements within the same set of nested loops. New
Started by abc
64 May 22, 2019
Computer Science » The two important parts of a while loop are the expression that is tested for a true or false value and New
Started by Jipu 123
969 May 22, 2019
Computer Science » The increment and decrement operators can be used in mathematical expressions; however, they cannot ... New
Started by scienceeasy
45 May 22, 2019