Advertisements
Advertisements
Question
Find the output of the following program snippet:
String s= "7";
int t =lnteger.parselnt(s);
t = t + 1000;
System.out.println(t);
One Word/Term Answer
Solution
1007
shaalaa.com
Is there an error in this question or solution?