Ask Question
21 March, 05:06

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

+3
Answers (1)
  1. 21 March, 07:43
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers