public class Main {
public static void main(String[] args) {
System.out.printf("%2$,3.2f %1$s", "meters", 1260.5052);
}