Make sure to write in Dr Java *In DR JAVA* Objective: Create a scientific calcul
ID: 3720209 • Letter: M
Question
Make sure to write in Dr Java
*In DR JAVA* Objective: Create a scientific calculator. It should behave like any other scientific calculator where the user presses keys and stuff happens. This must have a graphical user interface (GUI), and include the following features Current total display Number pad Arithmetic functions o Addition o Subtraction o Multiplication o Division o You may disregard order of operations Trigonometric functions o Sine o Cosine o Tangent o Arcsine o Arctangent . Additional mathematic functions o Exponent o Square root o Logarithm Additional functions o Clear- Zeroes out the current total o Equals - Gives the running total Furthermore every time a user enters a number first it should set the running total to said number. If an operation is entered then that operation is applied to the current total. If it is a binary operation like addition, subtraction, multiplication, division, and exponent then the following number will be the second number in that function, and applied as soon as the user presses equals.