Analyze the output of this Java code using printf for multiple formats:
System.out.printf("Height: %d cm, Weight: %.2f kg", 180, 75.5);
Analyze the output of this Java code using printf for multiple formats:
System.out.printf("Height: %d cm, Weight: %.2f kg", 180, 75.5);