Saved Bookmarks
| 1. |
What is the output of following statement:- System.out.println('A'+32); I WANT ONLY WRITTEN ANSWER!!!! |
|
Answer» ONG>Answer: OUTPUT of following statement:- System.out.println('A'+32); Output = 97 |
|