First Program

My first program long time ago!

My first program, it was a QBASIC tiny average calculator, which was calculating the average number of three different numbers. It was back in 1998 when at the technological school our teacher Mr. Kanoutos wrote an average program on the class board. It was a few days before that I found some 1.44 floppy disks which had QB 4.5 inside, so, I went home and I wrote that same program using the QB environment and the result was the following…

1000 CLS
2000 PRINT "HPOLOGISMOS TOY MESOY OPOY"
3000 INPUT A, B, C
4000 MO = (A + B + C) / 3
5000 PRINT MO
6000 END

QB Average First Program

0 0

comments powered by Disqus