public class Main {
public static void main(String[] args) {
System.out.printf("Hello %s! One kilobyte is %,d bytes.", "World", 1024);
}