1. System.out.print will print a line w/o a \n.
    1. If you call System.out.print, then System.out.println, it will still print on the same line
  2. Tab works like this:
    1. a tab is every 4 characters. if a word is 5 words long, the tab will add 3 spaces to make it a multiple of 4 (which is 8)
    2. Just remember that he is assuming the font is monospace’d
  3. % is before division/multiplication
    1. BE%DMAS
  4. I said “base” instead of “super” because i use C# lol