Search:

Type: Posts; User: connex

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,963

    Problem with OOP - Inheritance

    Basically I've made 4 classes, 1 main class, which 3 classes are then extended by. This is the main class file:



    public class Account
    {
    private float balance;

    float...
  2. Replies
    1
    Views
    2,125

    Convert string to int?

    Okay this seems really simple, but I cant find a way around it!

    I want to input using the command line a string in the form of "10-23-2001", and then split that and put the values in 3 different...
  3. Thread: Do While Loop

    by connex
    Replies
    6
    Views
    4,314

    Re: Do While Loop

    I was trying to increment the currentValue by one each time, e.g. 1, 2, 3, then append it to randomNumber so it generates random variables like:

    randomNumber1
    randomNumber2
    etc...

    I think...
  4. Thread: Do While Loop

    by connex
    Replies
    6
    Views
    4,314

    Re: Do While Loop

    Damn, didn't think about using an array. I think I should be able to do that quite easily. Thanks for the tip!

    And btw, any chance you can elaborate on the 'weird' piece of coding? I'm more or...
  5. Thread: Do While Loop

    by connex
    Replies
    6
    Views
    4,314

    Do While Loop

    First of all, hey, Im a bit new to this board, and really needed help so thought it would be a good place to get some help.

    Okay this is what i'm trying to do,

    I want to create 50 random...
Results 1 to 5 of 5