is a method called 'main'. It has a 'void' return type which means it doesn't return anything, so can't be used on the RHS (Right Hand Side) of assignments - you can't say "x = main(...)". It is...