Code Calculator in java but be careful to steps on below: For example when the expression 3+4 is given the program should interpret the expression as 3+4- (9*8) and display the result as 3+4-98=3+4-(9*8)=-65. Additionally,when the expressin cos(PI/4) is given, it should calculate the result as cos(P1/4)=0.707106781. The following operators must be recognized: ->addition(+) ->subtraction(-) ->multiplication(*) ->division(/) ->exponentiation(^) ->modulo (%) ->factorial(!) ->sin ->cos ->tan ->cot ->asin ->acos ->atan ->acot ->In(natural logarithm) ->log(logarithm with base 10) ->sgn(sign function) ->Pl(pi constant) ->exp(e constant) ->(and) (parentheses)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 20PE: When you borrow money to buy a house, a car, or for some other purpose, you repay the loan by making...
icon
Related questions
Question

Code special Calculator

Code Calculator in java but be careful to steps on below:
For example
when the expression 3+4 is given the program should interpret the expression as 3+4-
(9*8) and display the result as 3+4-98-3+4-(9*8)=-65.
Additionally, when the expressin cos(PI/4) is given, it should calculate the result as
cos(PI/4)=0.707106781.
The following operators must be recognized:
->addition(+)
->subtraction(-)
→>multiplication(*)
→>division()
->exponentiation(^)
->modulo (%)
->factorial(!)
->sin
->cos
->tan
->cot
->asin
->acos
->atan
->acot
→>In(natural logarithm)
→>log(logarithm with base 10)
→→sgn(sign function)
>>PI(pi constant)
→->exp(e constant)
->(and) (parentheses)
Note:Apart from these characters and operators should not be used.If used the
program should produce an error. The implementation of the project may involve using
a stack data structure.It is recommended to implement the project using a visual
programming language (Java).
Transcribed Image Text:Code Calculator in java but be careful to steps on below: For example when the expression 3+4 is given the program should interpret the expression as 3+4- (9*8) and display the result as 3+4-98-3+4-(9*8)=-65. Additionally, when the expressin cos(PI/4) is given, it should calculate the result as cos(PI/4)=0.707106781. The following operators must be recognized: ->addition(+) ->subtraction(-) →>multiplication(*) →>division() ->exponentiation(^) ->modulo (%) ->factorial(!) ->sin ->cos ->tan ->cot ->asin ->acos ->atan ->acot →>In(natural logarithm) →>log(logarithm with base 10) →→sgn(sign function) >>PI(pi constant) →->exp(e constant) ->(and) (parentheses) Note:Apart from these characters and operators should not be used.If used the program should produce an error. The implementation of the project may involve using a stack data structure.It is recommended to implement the project using a visual programming language (Java).
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

I wanted special code because for example 3+4-98 will be understood 3+4-(9*8). When we write 2 digit numbers it should be multiplied as one digit by one.

Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT