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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started