Search:

Type: Posts; User: TheBattousaixx

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,149

    Why is the output always "0"?

    So I am trying to write a Java program that simulates a Powerball ticket.

    It uses the Random function to generation 5 numbers, followed by a special number within a different range.

    It uses...
  2. How to display the results + repeat to the number entered by user?

    Hi, so I'm writing a program in which the user inputs the number of employees to store data. This is followed by questions such as "Employee Name" "Date", etc.

    How do I make the program loop for...
  3. Re: Count Number of Each Letter in Given Word?

    I keep getting an error message about "input"
  4. Count Number of Each Letter in Given Word?

    Hi, So I'm trying to write a program in which the user enters a word, then the program displays each letter of the alphabet and how many times each letter is used in that word.
    Ex. "Testing" A-0 B-0...
Results 1 to 4 of 4