Computer Applications
Determine the data type of the expression If <em>p</em> is an <em>int</em>, <em>r</em> is a <em>float</em>, <em>q</em> is a <em>long</em> and <em>s</em> is <em>double</em>.
Related Questions
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 / iWhat will be the resultant type of the following expression if fl is a float variable and db is a double variable?
(int) (fl + db)State the value and type of each expression.
Math.abs(-5) - Math.abs(-7)