class Program01 { public static void main(String[] args) { double a = 214.5; System.out.printf("%214.5fkg\n", a); } }