Advertisements
Advertisements
प्रश्न
Give the output of the following code:
String A = “26”, B=”100″;
String D =A+B+”200″;
int x = Integer.parselnt(A);
int y = Integer.parselnt(B);
int d = x+y;
System.out.println(“Result 1 = ”+D);
System.out.prinln(“Result 2 = “+d); ,
एक पंक्ति में उत्तर
उत्तर
Result 1 = 26100200
Result 2 = 126
shaalaa.com
Searching for a String Using Linear Search Technique
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?