I am currently learning Java and am having trouble with some code
I tried messing around with the syntax of it but I have no idea.
class Main {
public static void main(String[] args) {
System.out.printf("%14s%n", "Location: Key West, Florida");
}
}
I want it to indent but nothing is happening