Hi! Im trying to do this class work for Comp Programming class! This is the assignment.
Using integer and modulus division, determine how a deck of 52 cards can be represented by randomly generating 52 numbers(1 to 52). Each Number should have a value and a suit ( Ex: 4 0f clubs).
I have no idea what to do. This is all i have so far
Dim Num as Integer
Dim rand as new random
Num = Rand.next(1,52)
Please help!!