Ask Question
17 January, 15:59

Given the following code segment,

double x = 30.48;

double y = 6.46;

what is the data type of the value of the expression (x - y) ?

+5
Answers (1)
  1. 17 January, 19:42
    0
    Double i think, as both x and y is double
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Given the following code segment, double x = 30.48; double y = 6.46; what is the data type of the value of the expression (x - y) ? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers