Search found 1 match
- Sun Jan 16, 2011 11:43 am
- Forum: QBASIC and QB64 Questions & Answers
- Topic: Small problem in a small program
- Replies: 1
- Views: 7846
Small problem in a small program
Why does work the code below, the compiler tell me it`s a problem whit array n(i). I really can not see the problem. I usigng QB64. DIM num AS STRING DIM nrnot AS INTEGER DIM n(i) AS INTEGER DIM sum AS INTEGER INPUT "Numele: "; num PRINT "Nr de note pentru studentul "; num; "...