Detail page of Project Cards


An exam about cards?

For Programming Fundamentals we had an "exam" were we had to make a working code where a player had to input the letter H, K, R or S and this code would check if the player gave one of the letters, and it would then generate a random card of that kind. It will then ask if the player wanted to generate another card or not, if the answer was no, it would stop the program. The code also had to automatically make the deck of cards using a constructor in the beginning, to see the constructor navigate to the section "More Pictures".

Part of the main code

More Pictures

Checker method Constructor method

Technical information