Search:

Type: Posts; User: niko25

Search: Search took 0.16 seconds.

  1. Replies
    3
    Views
    1,524

    Re: Need help with switch case

    this is what i have so far but i dont think its correct.

    import java.util.Scanner;

    import javax.swing.JOptionPane;
    public class InsuranceQuotes {

    private static String status;

    /**
  2. Replies
    3
    Views
    1,524

    Need help with switch case

    Hello im having trouble with a code im trying to make. What im trying to do is if the user select 'a' instead of 'b' they would get a 05 percent discount off of 3000 dollars. how can i do this with...
Results 1 to 2 of 2