PRG 420 Week 3 DQ 2 To purchase this material click below link Week-3-DQ-2 For more classes visit Consider the following conditions: CONDITION 1: while ( !(cChoice == 'Q' || cChoice == 'q') ) CONDITION 2: while ( cChoice != 'Q' || cChoice != 'q' ) Do Conditions 1 and 2 give the same result? What tool or technique would you use to explain the result?