Search:

Type: Posts; User: smartshahezad

Search: Search took 0.09 seconds.

  1. Replies
    17
    Views
    3,983

    [SOLVED] Re: Hi Lo Dice Betting

    THIS IS BRILLIANT.. thank you soooooooooooo much... now its working.. i am planning to add couple other things i learn in this program and keep updating this game i guess.. and yes i dont have the...
  2. Replies
    17
    Views
    3,983

    [SOLVED] Re: Hi Lo Dice Betting

    sorry but can you give me an example please?? thank
  3. Replies
    17
    Views
    3,983

    [SOLVED] Re: Hi Lo Dice Betting

    can you please tell me what's wrong with this ???





    public static void main(String[] args) {
    // TODO Auto-generated method stub

    System.out.println("Hello! Welcome to Dice Hi-Lo");
  4. Replies
    17
    Views
    3,983

    [SOLVED] Re: Hi Lo Dice Betting

    i know i have to write a while loop.. but i dont know how to write it in my scenario.. i can write a basic while loop that prints maybe 10 numbers.. but i dont know how to implement it in my case.....
  5. Replies
    17
    Views
    3,983

    [SOLVED] Re: Hi Lo Dice Betting

    this is what i want this program to do.. but repetitively.. i have managed to do it without it being repeated :P



    package com.peg.trn;

    import java.util.Scanner;

    public class HiLo {
  6. Replies
    17
    Views
    3,983

    [SOLVED] Re: Hi Lo Dice Betting

    if i add more outputs in the winAmount() method, will it return more than one values ???
  7. Replies
    17
    Views
    3,983

    [SOLVED] Re: Hi Lo Dice Betting

    So i managed to figure out the methods in my class.. Now, i want to write the main method.. And i have no clue how and what to write there..

    Below is my code :




    package com.peg.hilodice;...
  8. Replies
    17
    Views
    3,983

    [SOLVED] Hi Lo Dice Betting

    Hello guys..

    I want to write a small Hi Lo Betting Dice program that satisfies these conditions :

    A player places a bet on whether the sum of two dice will come up High (totalling 8 or...
Results 1 to 8 of 8