Computer Science, asked by ashmit9042, 8 months ago

Evaluate the following expressions:

a. N+= N++ + ++N ;

System.out.println(N); ( if N is 12 initially)

b. int x=4,y;

y= (x++ )+( --x )+ x++;

System.out.println(y);

c. System.out.println( a*(++b )%c); if a=2,b=7,c=4

d. a+=b++ %7 + b++ + ++b - --c /5

System.out.println(a); (if a=2, b=4,c=8)

I will surely make you brainly​

Answers

Answered by Barbie358
0

Answer:

Evaluate the following expressions:

a. N+= N++ + ++N ;

System.out.println(N); ( if N is 12 initially)

b. int x=4,y;

y= (x++ )+( --x )+ x++;

System.out.println(y);

c. System.out.println( a*(++b )%c); if a=2,b=7,c=4

d. a+=b++ %7 + b++ + ++b - --c /5

System.out.println(a); (if a=2, b=4,c=8)

I will surely make you brainly​

Answer:

Evaluate the following expressions:

a. N+= N++ + ++N ;

System.out.println(N); ( if N is 12 initially)

b. int x=4,y;

y= (x++ )+( --x )+ x++;

System.out.println(y);

c. System.out.println( a*(++b )%c); if a=2,b=7,c=4

d. a+=b++ %7 + b++ + ++b - --c /5

System.out.println(a); (if a=2, b=4,c=8)

I will surely make you brainly​

Answer:

 

Explanation:

 

 

Explanation:

 

Explanation:

Mark as brainliest

Similar questions
Math, 4 months ago