Ask 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) ?

+4
Answers (1)
  1. 19 June, 21:42
    0
    Double i think, as both x and y is double
Know the Answer?
Not Sure About the Answer?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers