Programming Question

Question: Given an arithmetic equation consisting of positive integers, +, -, * and / (no parentheses, compute the result. In: 2*3+5/6*3+15 Output: 23.5

From: Cracking the Coding Interview [McDowell]

Subject: Moderate

Load Another Question


Select a Subject