Search:

Type: Posts; User: asad1221

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    968

    Re: can some one fix my black jack code

    my while loop is not working properly for the player. if i click hit first time it adds up score properly and everything but if i click hit again than it ignores the old number and only adds the new...
  2. Replies
    7
    Views
    968

    Re: can some one fix my black jack code

    my while loop is not working properly for the player. if i click hit first time it adds up score properly and everything but if i click hit again than it ignores the old number and only adds the new...
  3. Replies
    7
    Views
    968

    Re: can some one fix my black jack code

    it does not have to be any thing advanced. its supposed to be computer(dealer) vs. player. you have to deal #'s from 1-11.
  4. Replies
    7
    Views
    968

    can some one fix my black jack code

    import java.util.Scanner;

    public class Deck {

    public static void main(String[] args) {
    int deal=(int)(11*Math.random()+1);
    int deal1=(int)(11*Math.random()+1);
    int...
Results 1 to 4 of 4