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