Search:

Type: Posts; User: Apersonlolwhy

Search: Search took 0.07 seconds.

  1. Re: Can anyone help me to find what code im wrong? thx

    it worked thx! I just had to change ur line if( jackpot = 100){

    to

    if( jackpot == 100){
  2. Can anyone help me to find what code im wrong? thx

    /* Program: Random number generator
    * Written by: Chaitanya from beginnersbook.com
    * Input: None
    * Output:Random number between o and 200*/
    import java.util.*;
    class GenerateRandomNumber {
    ...
Results 1 to 2 of 2