// Build a calculator program that runs in the console and performs basic // arithmetic operations based on the user's input. // - Each arithmetic operation MUST be written as its own function. // - ...