I need help!! I need a program that has sub procedure that generates random numbers and nothing else. It needs to allow the user to select what he wants to do SE: Add, Divide,Multiply, Subtract and then display the numbers with the appropriate math symbol.It should also then call a funtion to calculate the correct answer and then the answer is assigned to a public variable. Also if other characters entered except A,M,D,S it should then display message to ask the user to re-enter. There should be no public variables except when used for the correct answer.
Tags: