Basic HW

  • Begin with a comment including your name.
  • Separate function for each chapter or project. Run them all from your main method.
  • Number each question in a comment or print statement.
  • Copy the text of each question in a comment (unless super-long).
  • Write the code for the question after that.
  • Non-code answers should be written as comments or print statements.
Last modified December 7, 2021: Java initial material. (1c9f248)