Search:

Type: Posts; User: Jonnybravo9

Search: Search took 0.07 seconds.

  1. String array combined with if-then-else to output different text for different values

    Howdy,
    I want to create a String type array of values, then select and print a value in the array based on a pre-determined value (door is open or closed) using if-then-else.
    Here is what I have
    ...
  2. Newbie questions about lesson on class implementation

    Hey everybody,
    I have been learning Java onlin for about a week now.
    here is the program I am trying to get to work


    class OfficeLights {

    char Status = Off;
    char Status = On;
    ...
Results 1 to 2 of 2