Computer Science, asked by madhumitadey41, 20 days ago

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 garvkumar60
0

Answer:

33.09

Explanation:

a=23.09

b=10

d=a+b

d=23.09+10

d=33.09

Similar questions