Computer Science, asked by aryan1112kapoor, 12 days ago

Identify the errors in the following statements and rewrite them: [2]
(i) string prodName=’Desktop’;
(ii) Boolean present=”false”;

Answers

Answered by SpandanMukherjee428
2

Answer:

The corrected version is:

(i) String prodName = "Desktop";

(ii) boolean present = false;

Similar questions