15
c3ypt1c
8y

I had to write a program that sorts scores but I couldn't use any arrays... I had to create a variable for every score and do "if" "else" for every outcome.

Comments
  • 3
    Why couldn't you use arrays?
    😮
  • 1
    that's because it was a project for my and other people's GCSE I had to do on behalf of all the students (they just copied and pasted my code) and they didn't want to use arrays because "they're too hard to understand" by kids and by teachers teaching computer science...
  • 1
    Damm... XD
  • 2
    Arrays would be 100x more easy to understand than if { } else { } for an infinite depth. Bad educations.
  • 2
    I mean, my gf, who has no experience with coding, understood arrays after I explained her what I was doing :p what's up with those teachers tho? How do they even have jobs
  • 2
    @yarwest my old school had the same teachers for business studies and computer science... quite frankly, I don't think anyone cared enough....
Add Comment