Search:

Type: Posts; User: Christian_Doucet

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Illegal start of expression? // begginer

    Cool, thanks for the help!
  2. [SOLVED] Illegal start of expression? // begginer

    Good day

    I can't figure out why the complier is giving the following error message "illegal start of expression" once it reach the countSpaces method.
    The way I see it (and I am obviously seeing...
  3. Begginer / why is this not printing? + loop not working

    Hello,

    I am trying to make a program that prints triangle... and I did various test on each method to realise that the problem lies with this segment.

    When I call this method, nothing prints...
  4. [SOLVED] Begginer ~ why is my divider not working?

    Hi

    I was hoping someone could help with my code. For some reasons, there is no divider in the operation. Iadded a print i to confirm the loop works. I tried with and without the brackets

    Can...
  5. [SOLVED] Re: Beginner // switch not recognizing upper case Q

    Thanks for the help! It made me realize the switch was not recognizing both 'q' and 'Q', made me think about char issues and I realised that the input for "choix" was missing Ln at the end

    Problem...
  6. [SOLVED] Beginner // switch not recognizing upper case Q

    Hi

    I was wondering if someone could be so kind as to help me figure out why this switch code does not work for the 'Q'.
    Everything works fine for the other cases, i.e. 1,2,3, and 'q', but when I...
  7. [SOLVED] Re: do while problem / symbol not recognized

    Thanks for the help!
  8. [SOLVED] do while problem / symbol not recognized

    Hi

    I'm a newbie to programming and I'm encountering issues with the following program.
    The compiler tells me that the variable after the while is not recognized.

    What I especially don't...
Results 1 to 8 of 8