Search:

Type: Posts; User: Chris.Brown.SPE

Search: Search took 0.11 seconds.

  1. Re: "Illegal Start of Expression" ?? CANT SOLVE

    Congrats you call them all methods. A function returns something, a procedure does not (aka a method that returns void). Some people just cant let go of the C++ and ADA terminology. Please forgive me...
  2. Re: "Illegal Start of Expression" ?? CANT SOLVE

    Your milligrams function is inside of your main function, move it outside of the function. You can still call it from inside the main function, you just cant define it inside the main function.
Results 1 to 2 of 2