Computer Science, asked by mayukhdas590, 1 month ago

Given that : int wa =  25 , wb = 75 ; double  pa = wa / wb ; double pb = wb / wa ; System.out.print ( " PA = " + pa + " PB = " + pb);      What will be the output?​

Answers

Answered by rosehemlataekka75
1

Explanation:

ii)Write the output stepwise: [2]

int a=25,b=45,c;

c=++a *(- -b + b++);

Similar questions