Search results for query: *

  1. B

    Unexpected Symbols Error

    Many thanks - I changed that. Any ideas regarding the following? /shared/submission/Program.cs - error CS1525: Unexpected symbol `float' (it's line 34). I've tried var as well.
  2. B

    Unexpected Symbols Error

    Hi I am a complete beginner doing an intro to C# course. I keep getting 'Unexpected symbol' error for the code below, no matter what I put in. Can anyone advise? Many thanks! /// <summary> /// Programming Assignment 1 /// </summary> class Program { // x and y...
Back
Top Bottom