Advertisements
Advertisements
प्रश्न
Find the output of the following program snippet:
int n = 97;
char ch = Character.toUpperCase((char)n);
System.out.println(ch + "Great Victory");
एका वाक्यात उत्तर
उत्तर
A Great Victory 70
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?