Which of the following expressions correctly determines if nNum equals 100 or 150? nNum == 100 && 150 nNum == 100 && nNu
Posted: Tue Jul 12, 2022 8:10 am
Which of the following expressions correctly determines if nNum equals 100 or 150? nNum == 100 && 150 nNum == 100 && nNum == 150 nNum == 100 || nNum == 150 nNum == 100 100 || 150 150