What will be the output?
public static void main(String args[]) {
       int rollNo=130;
       float newRollNo=rollNo;
       System.out.println(newRollNo);
}


Posted on by