given the following declarations:
int a = 7
long b =14
float x=1.5
what is the value and type of each of the following expressions -a/2+(b+3)%5+x
Answers
Answered by
0
Answer:
Explanation:
7.0 if the expression is a/2+(b+3)%5+x
0.0 if the expression is -a/2+(b+3)%5+x
Similar questions