Search:

Type: Posts; User: ebone

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    6,307

    Re: Java Dice Program

    yes it works fine when i do it too but the results are not what they should be. i have the import statment at the stop of my code i just forgot to copy and past it
  2. Replies
    5
    Views
    6,307

    Re: Java Dice Program

    2 -
    3 --
    4 ---
    5 ----
    6 -----
    7 ------
    8 -----
    9 ----
    10 --
    11 --
  3. Replies
    5
    Views
    6,307

    Java Dice Program

    public class RollDice2
    {
    public static void main(String [] args)
    {
    Scanner input= new Scanner(System.in);

    int dice=0,rolls=0;

    System.out.println("Enter the number of dice you wish to...
  4. Replies
    1
    Views
    4,180

    Military time converter

    hello I am new to the forum and to java and i have a program that the user inputs the time followed by am and pm and the program changes it to military time. at the end the program asks if you want...
Results 1 to 4 of 4