Computer Science, asked by tanishi54, 10 months ago

what will be the resultant type of the following expression if bh represents a byte variable, i is an int variable, fl is a float variable and db is a double variable?
bh-i+db/fl-i*fl+db/i​

Answers

Answered by hamzashahzad198
23

Answer:

Ans.

bh – i + db / fl – i * fl + db / i

resultant type of above expression will be double

Explanation:

Similar questions