crate a "game" that solves math problems for the user
case input output vars
make vars for playGame intOne inttwo arithOper
ask user if they wanta play
if yes then ask user for intOne
ask user for arithOper
ask user for intTwo
output the result
thank user for playing
i wote it in this file..
none as of yet..