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

  Topics Views Last post
Computer Science » If you place a semicolon after the statement: if (x < y) New
Started by CQXA
350 May 22, 2019
Computer Science » After the following code executes, what is the value of my_value if the user enters 0? cin >> ... New
Started by kaid0807
87 May 22, 2019
Computer Science » The value of result in the following expression will be 0 if x has the value of 12.result = x > 100 ? 0 : 1; New
Started by evelyn o bentley
50 May 22, 2019
Computer Science » What will be displayed after the following statements execute?int funny = 7, serious = 15;funny = ... New
Started by oliviahorn72
389 May 22, 2019
Programming and Graphic Design » The default section is required in a switch statement. New
Started by codyclark
86 May 22, 2019
Programming and Graphic Design » You should be careful when using the equality operator to compare floating point values because of ... New
Started by mynx
87 May 22, 2019
Computer Science » Whereas New
Started by daltonest1984
44 May 22, 2019
Programming and Graphic Design » A debugging process where you, the programmer, pretend you are a computer and step through each ... New
Started by dollx
217 May 22, 2019
Programming and Graphic Design » When a relational expression is FALSE, it has the value New
Started by savannahhooper
64 May 22, 2019
Programming and Graphic Design » After the following code executes, what is the output if user enters 0? int x = -1;cout > x;if (c) cout New
Started by chandani
220 May 22, 2019