public class Result { public static void main(String args[]) { Integer n = new Integer(260); float p = n.floatValue(); System.out.print(p); } }
260.0
Previous Question Next Question
Your comments will be displayed only after manual approval.