- Home
- Output Questions for Class 10 ICSE Computer Applications
Find the output of the following program snippet String s 7 int t
Output Questions for Class 10 ICSE Computer Applications
Find the output of the following program snippet:
String s= "7";
int t =Integer.parseInt(s);
t=t+1000;
System.out.println(t);