Which assignment is correct in Java? a. char aChar = 5.5; b. char aChar = W; c.

Question:

Which assignment is correct in Java?
a. char aChar = 5.5;
b. char aChar = “W”;
c. char aChar = '*';
d. Two of these are correct.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Java Programming

ISBN: 978-1337397070

9th edition

Authors: Joyce Farrell

Question Posted: