Question 8 1 Point how many times this loop will be repeated:- int i=100; while(i


Question 8<br>1 Point<br>how many times this loop will be repeated:-<br>int i=100;<br>while(i<101)<br>{<br>i++;<br>}<br>2<br>Question 9<br>1 Point<br>if N is negative and M is positive this expression (N !=M) evaluates<br>A) false<br>B) false && true<br>true<br>D) Itrue<br>Question 10<br>1 Point<br>output:-<br>int x=14;<br>switch(x%3)<br>{<br>case 0: case 5:System.out.print(x);break;<br>case 2: case 3:System.out.print(++x/6);break;<br>default:System.out.print(--x/3);break;<br>}<br>

Extracted text: Question 8 1 Point how many times this loop will be repeated:- int i=100; while(i<101) {="" i++;="" }="" 2="" question="" 9="" 1="" point="" if="" n="" is="" negative="" and="" m="" is="" positive="" this="" expression="" (n="" !="M)" evaluates="" a)="" false="" b)="" false="" &&="" true="" true="" d)="" itrue="" question="" 10="" 1="" point="" output:-="" int="" x="14;" switch(x%3)="" {="" case="" 0:="" case="" 5:system.out.print(x);break;="" case="" 2:="" case="" 3:system.out.print(++x/6);break;="" default:system.out.print(--x/3);break;="">

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here