JAVA make sure file name is FirstnameLastname_02_CS1Calculator.
Thank you!
Overview
This program implements a simple, interactive calculator.
Major topics
writing a program from scratch
multiple methods
testing
In this document
program logic & program structure (class, methods,
variables)
input / output
assumptions and limitations
documentation & style
suggested schedule
cover letter discussion questions
grading, submission, and due date
additional notes
challenges
sample output
test plan
Program Logic
The program prompts the user to select a type of math problem
(addition,...