Question: Introduction to Computers and Programming Homework 2: MULTI-LINE CALCULATOR In this homework you are going to write a (C / C++) program that will interpret


Introduction to Computers and Programming Homework 2: MULTI-LINE CALCULATOR In this homework you are going to write a (C / C++) program that will interpret mathematical calculations from an input file with ".inp" extension. The input file can include keywords, alphanumeric variables, symbols, and operators. Each line is taken as an expression. The result of the calculation will be written to an output file with "out" extension. The program search all the ".inp" files in the same folder with the executable. And create the separate "out" files for each input. You have different challenge steps to interpret the inputs. Solve as much challenge as you can. Do not start form the last one. I strongly advise to solve them one by one. Each time creating a different project should be a good practice. Do not copy past your previous solution but use the knowledge from it to solve next challenge. The examples are just informal. Your interpreter must calculate different operation combinations. Keywords: OUT, IN, IF, THEN, ELSE, LOOP, TIMES Write out the given variable input in the console and output file. Gets input to a variable from console. (We do not use in challenges.) Starts an IF clause. It will followed by THEN and ELSE in one line. OUTA IN B A = IF B
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
