Search:

Type: Posts; User: Andrew Red

Search: Search took 0.10 seconds.

  1. Re: Get int value from char, char pulled from String

    @ Norm,

    I do you understand that the value of '3' is not the same as the int: 3
    I know about the ASCII table.

    What I am ultimately trying to achieve is to get the int value of a char.

    @...
  2. Get int value from char, char pulled from String

    I have a logic problem.

    My code is succesfully compiled, but when running it is not working the way it should.

    Briefly explained, I want my program to do a 'simple' add operation.
    However...
  3. Replies
    6
    Views
    1,349

    [SOLVED] Re: 'ELSE' missing 'IF'

    @ KevinWorkman

    You were right about an extra { yes.


    @ Zaphod_b

    Thanks man!

    I had to go over my book again.
  4. Replies
    6
    Views
    1,349

    [SOLVED] Re: 'ELSE' missing 'IF'

    Sounds like I missed something REALLY basic in my java course.

    I removed the { thats extra on the code. Still displaying an error;

    Asterisco.java:42: error: 'else' without 'if'
    ...
  5. Replies
    6
    Views
    1,349

    [SOLVED] Re: 'ELSE' missing 'IF'

    @ KevinWorkman

    Don't know since I haven't sorted out the first problem.

    By the way, I looked into it closely, 3 times, earch curly brace has its opposite pair.

    I think problem is because I...
  6. Replies
    6
    Views
    1,349

    [SOLVED] 'ELSE' missing 'IF'

    Hi there,

    This is my first post in the forums. Honestly I need your help.
    I'm a beginner at programming java. Currently studying systems engineering of course.
    I'll be happy to help you out...
Results 1 to 6 of 6