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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?