Hi, does anyone know how to convert numbers from infix form to prefix from when negative numbers are involved?
say, will converting (-3 + 4) +5 will result in ++-345?
is this correct?
Printable View
Hi, does anyone know how to convert numbers from infix form to prefix from when negative numbers are involved?
say, will converting (-3 + 4) +5 will result in ++-345?
is this correct?
it is correct. Resolved.!