Challenge: Lets Play Cards
Here is a playing cards coding challenge based on the concepts covered in this chapter.
We'll cover the following
This coding challenge has been further divided into multiple parts for your ease and maximum learning.
Problem statement 1
Design a struct
named Card
to represent a playing card.
This struct can have two members:
suit
value
Get hands-on with 1400+ tech skills courses.