I'm at a lost for how to fix this. It compiles perfect but doesnt do what I want it to. What I'm trying to do is run a program that generates 2 random numbers(up to 10) for an addition problem while running a function/subprogram in a 5 count controlled loop. What am I doing wrong here? Can someone please help?
I guess you are stuck in an infinite loop. Remove the semicolon at the end of line 27. Also, if you want to generate different sets of random numbers, you need to move line 30 before your while loop