Search:

Type: Posts; User: tyb97

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,419

    Re: Making Coin Toss for Football game

    Ok, how would I make it only have 1 false and 1 true statement? Would it just be a single if-else statement instead?
  2. Replies
    5
    Views
    2,419

    Making Coin Toss for Football game

    Hello, I am trying to construct a football simulator game, here is the code that I have so far:


    import java.util.Scanner;
    import java.util.Random;

    public class gamePlay{

    public static...
Results 1 to 2 of 2