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)...


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 >
81<br>M M A p r:0A<br>The output pf the following code is :<br>int x=3;<br>if(x>=0)<br>{<br>cout<<

Extracted text: 81 M M A p r:0A The output pf the following code is : int x=3; if(x>=0) { cout<" x="" is="" positive="" number";="" }="" else="" {=""><" x="" is="" negative="" number";="" }="">< "x="<
"x="">
>
Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here