Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    3,099

    Re: Need some simple Java Help

    What is there to do in question 2? Print the values of some expressions.
  2. Replies
    11
    Views
    3,099

    Re: Need some simple Java Help

    Can you just compile the program and not try to execute it so that you get the error messages from the compiler? There is important information in the error messages. They show the source line...
  3. Replies
    11
    Views
    3,099

    Re: Need some simple Java Help

    What happens when you compile and execute the program?
    If you get any errors you need help with, copy the full text and paste it here.

    If it executes, Does it give you the correct answers?
  4. Replies
    11
    Views
    3,099

    Re: Need some simple Java Help

    #include <stdio.h>
    #include <conio.h>

    void main()
    {
    int number;
    clrscr();

    printf("Enter a number\n");
    scanf ("%d", &number);
  5. Replies
    11
    Views
    3,099

    Re: Need some simple Java Help

    Can you post the code you have and any questions about the problems you are having with it?
Results 1 to 5 of 5