Search:

Type: Posts; User: alialomran

Search: Search took 0.21 seconds.

  1. Replies
    3
    Views
    1,199

    Re: Where is the error?

    I am a very beginner. Tell me how to compile a very simple code of Java??
  2. Replies
    3
    Views
    1,199

    Where is the error?

    Where r the errors?

    public class Q3_StudentID {
    public static void main(String[] args) {
    int x, y, my Num = 0;
    double d = 10 + x; x = 3;
    y = d + 2;
    if (! x>5)
    System.out.println('Result1 = '...
Results 1 to 2 of 2