Search found 1 match
- Tue Mar 01, 2016 9:47 pm
- Forum: QBasic / QuickBasic related
- Topic: QuickBasic - Code help.
- Replies: 2
- Views: 967
QuickBasic - Code help.
Hello people, i'm new here and i'd love some help with this :) http://i.epvpimg.com/pi6th.png i've tried to do so but i ended up with this: http://i.epvpimg.com/cLGug.png and here is my code: CLS INPUT "Enter pyramid lines:", x NEW: FOR spaces = 1 to x PRINT " "; NEXT spaces PRINT "*" x = x - 1 IF X...