Pontoon
Pontoon I have this code.. To play a game of Pontoon (Blackjack) i want to be able to reach the number of 21 and then stop. This does... for no.
import java.util.Scanner;
public class Pontoon {
public static void main
JAVA PONTOON
JAVA PONTOON when this code is run it just continues. It needs to stop at 21 Or then say bust.
Is someone able to help PLEASE :-)
import java.util.Scanner;
public class Pontoon{
public static void main(String[] args
Java Game Pontoon
Java Game Pontoon Could someone help me create a programme for the game pontoon
//play a game of pontoon
import java.util.*;
public class Pontoon
{
public static void main (String args[])
{
//deal initial hands
Java game Pontoon
Java game Pontoon Hello. I have trouble with my pontoon code. I ahve done it using simple java programming. It is working BUT it dosent stops when....
import java.util.Scanner;
public class Pontoon{
public static void main