Search:

Type: Posts; User: halfwaygone

Search: Search took 0.10 seconds.

  1. Replies
    0
    Views
    3,580

    Action from Radio Button

    I'm creating a Temperature Converter, and I want the program to do a certain command once a Radio Button option is selected based on that choice.

    What I've done so far; below are the two radio...
  2. Replies
    1
    Views
    3,583

    Finding the highest number in an array?

    I'm trying to find the highest two numbers in an array, and once these are found correspond them to another array.

    Anyone have any idea how to do so?

    Thanks.
  3. Replies
    0
    Views
    1,523

    Output to a file help!

    Hi,
    I'm using the following code that takes input from the user for votes that are counted on a scale of 1-7, the programme terminates taking input once 0 is entered.


    import java.io.*;
    import...
Results 1 to 3 of 3