Srpn is a reverse polish notation calculator with the extra feature that all arithmetic is saturated (i.e. when it reaches the maximum value that can be stored in a variable, it stays at the maximum rather than wrapping around).
Program must be able to input at least two numbers and perform one operation correctly and output:
Input:
10
2
+
=
Also with -,/,*,%
can anyone help me asap pls?