Computer Science, asked by mayukhdas590, 29 days 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 bcsharma1945
5

Answer:

PA=0.3 PB=3

Explanation:

PLEASE MARK ME AS THE BRAINLIEST!!!

Similar questions