Determine the data type of the expression 100(1-pq)(p+)/s(long)(s+p))
Of p is an int r is a float q is a long and s is double
Answers
Answered by
2
Answer:
double
Explanation:
you should not try to solve the question step by step rather follow the data hierarchy to determine the data type
char
byte
short
int
long
float
double
Similar questions