Saved Bookmarks
| 1. |
String A= “26”, B= “100”;String D=A+B+200;int x=Integer.parseInt(A);int y=Integer.parseInt(B);int d=x+y;System.out.println(“Result1=”+D);System.out.println(“Result2=”+d); |
|
Answer» mznxhdksjsbwbgszns xjsvxiebixiwx LE |
|