Computer Science, asked by DebjitUjanRiju, 8 months ago

Find the output ( for java ) :

double d = 3/48 %1.2 + 7/8*2 + 6%9 + 15.56 * 2;



System.out.println(d);​

Answers

Answered by Craftable
0

Answer:

37.120000000000005

[Program finished]

Similar questions