in Education by
What is the value of m after evaluating the following expression: m – = 9%++n + ++n/2; when int m=10,n=6 Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
10-(9%(7+8/2)) 10-9%11 10-2 8 answer:m=8

Related questions

0 votes
    What is the value of m after evaluating the following expression:m -= 9%++n + ++n/2; when int m=10,n=6. Pls Answer Now.. Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    what will be the result stored in a and b after evaluating the following assume that a=-4 and b=3 a=++b-a b+=a print (a,”,”,b) Select the correct answer from above options...
asked Dec 12, 2021 in Education by JackTerrance
0 votes
    Y+=++y+y- -+- -y; Y=8. What is the value of this expression Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    19. What is the output of the following? M = [ Mon', 45, Tue', 43, Wed', 42) print(M[-1]) * O a) 1] O b ... 42] O c) [ Mon] O d) [42] Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    19. What is the output of the following? M = [ Mon', 45, Tue', 43, Wed', 42] print(M[ :1]) * a) [ ] b) ... ', 42] c) [ Mon'] d) [42] Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    m= 5 ;n=8; what is the result if the following statement is executed ?m-=++m+n–*(m+n); Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
0 votes
0 votes
    find a regular expression corresponding to each of the following subset of {0,1} Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    4. write the java expression for the following. 3/4 a³-2/7b⁴ Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    Derive a Canonical POS expression for a Boolean function F, represented by the following truth table : 1 A B C F 0 0 0 ... 1 0 1 1 1 1 Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    Write the following expression in Java: * a3+b⁴ * (a+b)² * 2a²s * 6x²+ 7x⁴ Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Solve the following expression: D= b*b -4*a*c, if a = 2 b = 6, c= 3 Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    a,b,c and d are int type, however, the expression is slightly modified as (a+b*c-d)/7.0. ... of the following mathematical expression? Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
...