Advertisements
Advertisements
Question
Match the following literals of Column A with the variables of Column B.
| Column A | Column B | ||
| a. | "Java Language" | i. | int x |
| b. | 345 | ii. | char p |
| c. | false | iii. | String st |
| d. | 45.65 | iv. | boolean m |
| e. | 'K' | v. | double n |
| f. | 0.004125 | vi. | float y |
Match the Columns
Advertisements
Solution
| Column A | Column B | ||
| a. | "Java Language" | iii. | String st |
| b. | 345 | i. | int x |
| c. | false | iv. | boolean m |
| d. | 45.65 | vi. | float y |
| e. | 'K' | ii. | char p |
| f. | 0.004125 | v. | double n |
shaalaa.com
Is there an error in this question or solution?
