public class str{ public static void main(String args[]) { String a="1"; int x=Integer.parseInt(a);
} }
No comments:
Post a Comment