give output
int a=10; double b=23.09, d=0; d=a+b; System.out.print( d);
plz tell it's really urgent
Answers
Answered by
0
Answer:
33.09
Explanation:
a=23.09
b=10
d=a+b
d=23.09+10
d=33.09
Similar questions