Search:

Type: Posts; User: jk_0821

Search: Search took 0.09 seconds.

  1. Replies
    13
    Views
    6,510

    Re: Buffered Reader to J Option

    This should display the minimum and the maximum integer i entered.
    But I guess this only reads the length of my input.

    For example, I inputted 3 values, the output goes like it only reads the...
  2. Replies
    13
    Views
    6,510

    Re: Buffered Reader to J Option

    I edited it and it goes wrong again. What else should i do to make it loop as it ends and loop again as it says invalid input.
  3. Replies
    13
    Views
    6,510

    Re: Buffered Reader to J Option

    This is my edited code, it works but:

    import javax.swing.JOptionPane;

    public class hello
    {

    public static void main(String[] args)
    {
  4. Replies
    13
    Views
    6,510

    Buffered Reader to J Option

    Hello guys, I wanted to convert my buffered reader to j option pane, can you help me convert this? Thanks.

    This must be in J option pane style output but i did it in buffered reader style.

    ...
Results 1 to 4 of 5