Question: Java program here I am stump with trying to fix this program we given. Basically I need to convert it from using a linkedlist and
Java program here I am stump with trying to fix this program we given. Basically I need to convert it from using a linkedlist and have it run by using a stack.
Thanks for the help
Program
import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.LinkedList; import java.util.Random;
class Player{ String playerCards[]=new String[5]; }
public class Cards {
public static void main(String[] args) throws FileNotFoundException,IOException{ int choice; do{ BufferedReader in=new BufferedReader(new FileReader("
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
