Search:

Type: Posts; User: JavaPF

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    4,334

    Re: while instead of if-else

    You could do something like this:



    import javax.swing.*;

    public class Main {

    public static void main(String[] args) {
  2. Replies
    3
    Views
    4,334

    Re: while instead of if-else

    Hello Fahad,

    Welcome to the Java Programming Forums :D

    How about this?



    import javax.swing.*;
Results 1 to 2 of 2