Exercise: A Card Class

Write a Java class that represents a playing card. A card has two attributes - a suit and a rank. Hence, the Card class should have two instance variables:

Provide the following public methods: