Writing Classes (Cards) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Writing Classes (Cards)

Create a program with a class called Card that represents a standard playing card. Each card has a suit and a face value. Create a driver class called DealCards that deals five random cards. Helpful Tip: In the Card class you can use a switch or two Ace = 1 Two=2 Three =3 ... Jack=11 Queen =12 King=13 Clubs: =1 Diamonds =2 Hearts =3 Spades =4 Face= 13 Suits = 4 Really stuck on this problem. Without using Arrays need help with helpful tip on instructions. Thanks in advance!!

18th Apr 2022, 3:53 AM
Niranjan Kc
2 Answers
18th Apr 2022, 7:42 AM
Denise Roßberg
Denise Roßberg - avatar
0
Do i have to create constant interger on them
18th Apr 2022, 4:02 AM
Niranjan Kc