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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?