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
1
Explanation:
ii)Write the output stepwise: [2]
int a=25,b=45,c;
c=++a *(- -b + b++);
Similar questions