Computer Science, asked by card14495, 11 months ago

what will be the value of i after execution of the following C++ expression float i,j,k;
j=200.02
k=100.03
i=j+k

Answers

Answered by LuckyYadav2578
0
i = j + k
i = 200.02 + 100.03
i = 300.03

i hope its help ☆☆ :)
Similar questions