solve: the math test utility for esh ------------------------------------ Using "solve" will create a specified amount of addition, subtraction, and multiplication problems that you will need to solve. If you get all of them right, the program will tell you how long it took you to solve the problems in seconds. Get one wrong, and the program will yell "WRONG!!!!!!!!!!" at you. COMMAND: solve %d where %d is an integer value between 1 and 2^31 - 1; --------------------------------------------------------------------------- Created by Thomas Dowey (tdowey3@vt.edu) and Kelvin Aviles (kaviles@vt.edu) for CS 3214 - Spring 2015