Search:

Type: Posts; User: exnuke1972

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    10,722

    Re: Base Conversion

    Just a correction on the automated method that java provides for this.


    parseInt(String s, int radix)

    for more visit the api
  2. Replies
    4
    Views
    3,726

    int / double validation

    I have 95% of my code written but cannot figure out how to set up the error checking for when the user enters letters in a field that requires numbers.

    Assignment : Create an interactive gui...
Results 1 to 2 of 2