Computer Science, asked by Anonymous, 6 months ago

What is the resultant data type of the following

mathematical expression?

a+b*c-d

a. where a is int, b is int, c is float and d is float

type

b. where a is float, b is long, c and d is of int type

c. where a is of double and b,c and d are of int

type

d. where a is char and b,c and d are of int type

e. where a, b, c and d are of int type, however the

expression is slightly modified as (a+b*c-d)/7.0​

Answers

Answered by preetmann12121979
4

Answer:

you should read your book's summary

Similar questions