Which of the following variable declarations is a correct assignment?
A. int x = 97.2;
B. char c = 65.5;
C. String w = 82.4;
D. double y = 82;
E. String i = 82;
+3
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Which of the following variable declarations is a correct assignment? A. int x = 97.2; B. char c = 65.5; C. String w = 82.4; D. double 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.
Home » Computers & Technology » Which of the following variable declarations is a correct assignment? A. int x = 97.2; B. char c = 65.5; C. String w = 82.4; D. double y = 82; E. String i = 82;