Enter Total Number to Manipulate ? 3
Enter The 1st No. ? 2
Enter The Operation (+ - / * )? +
Enter The 2nd No. ? 3
Enter The Operation (+ - / * )? -
Enter The 3rd No? 1
The Result if 2+3 - 1 is :4
EDIT

ITS WORKING NOW....THANKS DUDE YOU SAVE MY GRADE THANKS A LOTGarryRicketson wrote:Ok, well I double checked it,
on my computer, and qb64 it works, Are you sure you copied it correctly,
if it says label not defined, it sounds like one of the numbers in the goto state
ment, or letter is missing or not right, Below is another ,but just, for multi-
plication, and it is in spanish, but easy to usnderstand "primero" is first,
"segundo" second.
--------code below......
INPUT "Entra el primero numero: ", a
INPUT "Entra el segundo numero: ", B
PRINT "la respuesta correcto es: "; a * B
---------end code------------------
if you write the same code but change the * to +,or -, or /
and then you would need to do like the other, have 4 choices,
one for add, 2 subtract, etc.....
I suggest getting the tutorials that are available, the one for kids
by Ted Felix covers this, also bootcamp, is good,...got to run now as
I am going to be late for work
from Garry
http://www.garryspages.webs.com