- System.out.print will print a line w/o a \n.
- If you call System.out.print, then System.out.println, it will still print on the same line
- Tab works like this:
- 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)
- Just remember that he is assuming the font is monospace’d
- % is before division/multiplication
- BE%DMAS
- I said “base” instead of “super” because i use C# lol