good effort Galens, even if its in the wrong language for inx hehe
it looks like a cross between QBASIC (due to the format on the print statement and the structure of your loops and else statements) and C (because of the boolean equations for your statements).
this is where my studies have/are taking me with my programming progress:
year 1:
1/2 year spent going a little into QBASIC
year 2:
basic and more advanced concepts of ASM and integrating it with hardware.
we also covered a little bit of C, which was very easy after studying ASM. i found there was a lot more structure to C, smoother flow to it.
year 3:
more advanced asm entirely dependant on hardware (custom built 8-bit microprocessor system) and more.
and we are going to be going into some more intermediate or advanced C programing.
because of ASM i got everyone here beat with my scripting abilities, even maka muhahaha! ASM is a real *****, after spending the amount of time i have with it, id say almost any language is easy (provided you have the time) after that.
difficulty note on asm, or maybe just how nuts my teacher is: out of 7 people, only me and 1 other person finished the final lab this semester because it was so hard.