Question List for "Java Software Solutions: Foundations of Program Design"

  Topics Views Last post
Programming and Graphic Design » Consider the following outline of a nested if-else structure which has more if clauses than else ... New
Started by littleanan
77 Aug 30, 2020
Programming and Graphic Design » When comparing any primitive type of variable, == should always be used to test to see if two values ... New
Started by tth
77 Aug 30, 2020
Programming and Graphic Design » Assume that count is 0, total is 20 and max is 1. The following statement will do which of the following? New
Started by Charlie
77 Aug 30, 2020
Programming and Graphic Design » In Java, selection statements consist of the if and if-else statements. New
Started by notis
91 Aug 30, 2020
Programming and Graphic Design » Which of the sets of statements below will add 1 to x if x is positive and subtract 1 from x if x is ... New
Started by captainjonesify
74 Aug 30, 2020
Programming and Graphic Design » Of the following if statements, which one correctly executes three instructions if the condition is true? New
Started by schs14
99 Aug 30, 2020
Programming and Graphic Design » If x is currently equal to 5, what will the value of x be after the switch statement executes? New
Started by WWatsford
98 Aug 30, 2020
Programming and Graphic Design » If a break occurs within the innermost loop of a nested loop that is three levels deep New
Started by skymedlock
75 Aug 30, 2020
Programming and Graphic Design » Rewrite the following set of if statements using a nested if-else structure. New
Started by fagboi
75 Aug 30, 2020
Programming and Graphic Design » Assume that x and y are int variables with x = 5, y = 3, and a and d are char variables with a = 'a' ... New
Started by audie
125 Aug 30, 2020