226k views
5 votes
In reverse polish notation, the expression a*b c*d is written as:

1) abcd**
2) ab*cd*
3) ab*cd * d
4) a*b*cd

1 Answer

4 votes

Final answer:

In reverse polish notation, the expression a*b c*d is written as: ab*cd*

Step-by-step explanation:

In reverse polish notation, the expression a*b c*d is written as: 2) ab*cd*

In reverse polish notation, also known as postfix notation, operators are written after their operands. To convert the given expression to reverse polish notation, we write the multiplication operators after each pair of operands:

a*b c*d = ab* cd*

User Chereese
by
8.2k points