Computer Science, asked by atulkumar122, 11 months ago

Q:-What will be the value of 'i'after execution of the following "C++" expressions: float i,j,k;

j=200.02
k=100.03
i=j+k​

Answers

Answered by aditimoulik2001
0

Simple 300.05

Explanation:

It will simply add j and k to give i that is 200.02 +100.03=300.05

Don’t hesitate to consult for doubt in the comments below and Don't forget to mark it the brainliest if it helps.. #BAL #answerwithquality

Similar questions