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

  Topics Views Last post
Programming and Graphic Design » When an if statement is placed within the conditionally-executed code of another if statement, this ... New
Started by Kikoku
122 May 22, 2019
Programming and Graphic Design » What is the output of the following code? int w = 98;int x = 99;int y = 0;int z = 1;if (x >= 99){ if ... New
Started by stephzh
86 May 22, 2019
Programming and Graphic Design » What is the value of donuts after the following statement executes?int donuts = 10;if (donuts = 1) ... New
Started by fnuegbu
138 May 22, 2019
Computer Science » These operators connect two or more relational expressions into one, or reverse the logic of an expression. New
Started by maegan_martin
74 May 22, 2019
Computer Science » What is the value of the following expression?true && true New
Started by tichca
74 May 22, 2019
Computer Science » If you place a semicolon after the statement: if (x < y) New
Started by CQXA
357 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
96 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
57 May 22, 2019
Programming and Graphic Design » The default section is required in a switch statement. New
Started by codyclark
94 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
108 May 22, 2019