Computer Science, asked by Anonymous, 8 months ago

Predict the output: int a = 4, b=4; System.out.println(Math.pow(++a,--b));

Answers

Answered by dragonquest25
1

Answer:

125

Explanation:

plz mark the brainliest

Answered by priyomrabhadas
3

Answer:

answer is 87

PROOF:

int f=1,i=2;. do. { f*=i;. }while(++i<5);. System.out.println(f);. Ans: 24. 4. ... What will be the output of the following code segment: ... sum=Math.pow(sum,i);. } else ... Predict the output for tan & tan1 if sac equals 7? int tan ... following loop will execute? : int a=10;. int b=12;. int x=5;. int y=6;. while (a<=b) ... 8. if(++a > b++ || a-- > 0).

Explanation:

PLS MARK AS BRAINLIEST

BRO

@KRITTIKASAGAR

Similar questions