Search:

Type: Posts; User: madgame618

Search: Search took 0.07 seconds.

  1. Re: Looping through a while loop with a switch statement

    package math;

    import javax.swing.*;

    public class math {

    public static class mathOps {
    private int numOne;
    private int numTwo;
    private int numThreeOne;
  2. Re: Farenheit 2 Celcius Converter output box problem (First Post)

    I am still a novice myself but I cleaned up what you had a little:

    */
    package temperature;

    import javax.swing.JOptionPane;

    public class F2C {
    public static void main(String[] args) { ...
  3. Looping through a while loop with a switch statement

    Hello all. I am new to Java and I am have some issues with some code I'm working on. I am having a problem with looping a while loop that contains a switch statement. Here is my code:

    package...
Results 1 to 3 of 3