Asked by N
What is this written in postfix notation:
!(!((5-10)*(4-(9/2)) > 60)-(((5*7)/(4/(5+3)))=15))<((4-3)=1)
!(!((5-10)*(4-(9/2)) > 60)-(((5*7)/(4/(5+3)))=15))<((4-3)=1)
Answers
Answered by
Steve
Holy crap!
Is ! the NOT operator? If so, we have
!(!((5-10)*(4-(9/2)) > 60)
has unbalanced parentheses
(((5*7)/(4/(5+3)))=15))
has unbalanced parentheses
In both cases there are not enough ('s
Better go over it and make sure things balance out
Is ! the NOT operator? If so, we have
!(!((5-10)*(4-(9/2)) > 60)
has unbalanced parentheses
(((5*7)/(4/(5+3)))=15))
has unbalanced parentheses
In both cases there are not enough ('s
Better go over it and make sure things balance out
Answered by
N
That's what I thought...
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.