Question: 5.14.4 Identifying Errors in Code For Exercises 31 through 38, assume that two boolean variables named b1 and b2 have been declared and assigned the
5.14.4 Identifying Errors in Code For Exercises 31 through 38, assume that two boolean variables named b1 and b2 have been declared and assigned the value true or false earlier in the program. You should also assume that two int variables named a1 and a2 have been declared and assigned some integer values earlier in the program.
31. 31. Where is the error in this code sequence? 32. 32. Where is the error in this expression? b2 bl AND ala2 33. 33. Where is the logical error in this code sequence? if al4 System.out.printin( "al equals 4" 34. 34. Where is the error in this code sequence? boolean b1 = true ; if b1 System.out.printin( "bl is true" 35. 35. Where is the error in this code sequence? if [ b2 - true System.out.printin( "b2 is true": 36. 36. Where is the error in this code sequence? if (bl true ) System.out.println( "bl is true" System.out.printin"b is false"; System . out.println( "al is 50) System.out.print "al 50" else System.out.println( "none of the above")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
