Search found 3 matches

by ungaz
Tue Aug 24, 2010 8:21 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Make Me Example Pls
Replies: 6
Views: 14230

Re: give me example

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, b...
by ungaz
Tue Aug 24, 2010 2:47 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Make Me Example Pls
Replies: 6
Views: 14230

ill try to do it but it say "label not defined" thanks for helping me such a relief :)
by ungaz
Mon Aug 23, 2010 8:57 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Make Me Example Pls
Replies: 6
Views: 14230

Make Me Example Pls

Calculator Type

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 :))