Saved Bookmarks
| 1. |
Which of the following command will print the value of variable y ? A. Input y B. Print y C. END D. Print x |
|
Answer» ONG>ANSWER: System.out.PRINT(y) print y |
|