32. Which of the following expressions correctly determines if nNum equals 100 or 150? nNum == 100 || nNum == 150 nNum 1
Posted: Tue Jul 12, 2022 8:09 am
32. Which of the following expressions correctly determines if nNum equals 100 or 150? nNum == 100 || nNum == 150 nNum 100 && nNum == 150 OnNum= 100 && 150 OnNum= 100 || 150