public class Erind1{ public static void main(String argumendid[]){ String s="aabits"; int nr=Integer.parseInt(s); System.out.println(nr); } }