81 M M A p r:OA choose suitable if statement to check if the number is out the range [5 10] If (num>=5|| num10) If (num10) If (num>=5 &&num=200 &&num=100 || num=100 &&num=200 || num M M A ¿ r:0A the...


81<br>M M A p r:OA<br>choose suitable if statement to check if<br>the number is out the range [5 10]<br>If (num>=5|| num<=10)<br>If (num<5 || num>10)<br>If (num<5 &&num>10)<br>If (num>=5 &&num<=10) O<br>Choose suitable statement to check if the number in the range [100<br>200]<br>If(num>=200 &&num<=100)<br>If(num>=100 || num<=200)<br>If(num>=100 &&num<=200)<br>If(num>=200 || num<=100)<br>The output pf the following code is :<br>float x=4.5;<br>cout<<

Extracted text: 81 M M A p r:OA choose suitable if statement to check if the number is out the range [5 10] If (num>=5|| num<=10) if=""><5 ||="" num="">10) If (num<5 &&num="">10) If (num>=5 &&num<=10) o="" choose="" suitable="" statement="" to="" check="" if="" the="" number="" in="" the="" range="" [100="" 200]="" if(num="">=200 &&num<=100) if(num="">=100 || num<=200) if(num="">=100 &&num<=200) if(num="">=200 || num<=100) the="" output="" pf="" the="" following="" code="" is="" :="" float="" x="4.5;">< "x="<M M A ¿ r:0A<br>the result of this expression (3-4)/2*-2) is<br>1/2<br>2 O<br>1 O<br>1/4<br>Choose suitable statement to check if the number is divisible by 5<br>and not divisible by 10<br>If(num%5!=0 || num%10==0)<br>If(num%5==0 || num%10!=0)<br>If(num%5==0 || num%10==0)<br>If(num%5==0 && num%10=30)<br>If(num%5==0 && num%10!=0)<br>choose suitable data type for this value 3'<br>Int<br>><br>

Extracted text: M M A ¿ r:0A the result of this expression (3-4)/2*-2) is 1/2 2 O 1 O 1/4 Choose suitable statement to check if the number is divisible by 5 and not divisible by 10 If(num%5!=0 || num%10==0) If(num%5==0 || num%10!=0) If(num%5==0 || num%10==0) If(num%5==0 && num%10=30) If(num%5==0 && num%10!=0) choose suitable data type for this value 3' Int >

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here