class JSample7_1{ public static void main(String args[]){ System.out.println(3.2e2); System.out.println(2.4e-3); } }