Search:

Type: Posts; User: nmisra

Search: Search took 0.07 seconds.

  1. Thread: execution

    by nmisra
    Replies
    3
    Views
    757

    Re: execution

    import java.io.*;
    class arm
    {
    public static void main(String args[])throws IOException
    {
    BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
    int...
  2. Thread: execution

    by nmisra
    Replies
    3
    Views
    757

    execution

    I wrote a simple program on blueJ and compiled it successfully but when i tried to run it nothing happened.What could be the possible reason..how to fix it?
Results 1 to 2 of 2