Search:

Type: Posts; User: maz3r

Search: Search took 0.19 seconds.

  1. Replies
    9
    Views
    1,659

    Re: Please help me with my project

    so mprogrammer in your code you are comparing a string with a integer so it will never true.
    Code is in which error occur:
    if (!type.equals(roll)){
    System.out.println("Type again");
    error++;
    ...
  2. Replies
    9
    Views
    1,659

    Re: Please help me with my project

    I have modified that code.
    So try to run that code. And tell me that Is it function as you want or not?

    If not then tell What is the functioning you need in that code.

    ...removed by moderator
  3. Replies
    9
    Views
    1,659

    Re: Please help me with my project

    Actually in your code their is a error..
    if (!type.equals(roll)){
    System.out.println("Type again");
    error++;

    in if function "type" is a string and "roll" is a integer.
    so it...
  4. Replies
    9
    Views
    1,659

    Re: Please help me with my project

    First Tell me what does this program actually do.
    I'M not able to understand about the working of that program.
Results 1 to 4 of 4