About 57 results
Open links in new tab
  1. How can I solve the error 'expected expression'? - Stack Overflow

    Apr 27, 2021 · How can I solve the error 'expected expression'? Asked 4 years, 8 months ago Modified 4 years, 8 months ago Viewed 36k times

  2. public class Lab1Ex1 { public static void main (String [] args ...

    Your class is wrongly declared. You need to remove the class declarator from the declaration of the class constructor. Your class declaration public class Book(String bookName) isn't allowed in java. …

  3. How to solve error: ';' expected in Java? - Stack Overflow

    Feb 8, 2016 · I have a error: ';' expected issue with my Java code below. I don't know how to solve it? SortThread and MergeThread have been created as a class, and compiled well. The only problem is …

  4. word choice - "Expected of" vs. "expected from" - English Language ...

    It is expected of/from you to find the solution. Such rude behavior was not expected of/from you. I am quite sure that from is the correct usage in both cases, but of could be used in the firs...

  5. Error: Expected a - Stack Overflow

    Apr 11, 2013 · I am a beginner trying to learn the C-programming using VS 2012 Ultimate. I just learned how to make a "Celsius-to-Fahrenheit" converter so I decided to take this further into "Volume of the …

  6. python - SyntaxError: expected ':' - Stack Overflow

    May 6, 2023 · SyntaxError: expected ':' Asked 2 years, 8 months ago Modified 2 years, 4 months ago Viewed 18k times

  7. java - ' (' or ' [' Expected - Stack Overflow

    This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.

  8. How to resolve a Compile error: Expected: end of statement caused by

    Apr 27, 2017 · Expected: end of statement Says exactly that. Everything before " (" is a perfectly valid instruction, except it's not terminated. So it's not the " (", it's the type hints. Insert spaces to separate …

  9. c++ - Compilation error: "expected primary-expression before ' '" when ...

    Dec 21, 2022 · Compilation error: "expected primary-expression before ' '" when trying to specify argument type in a function call Asked 13 years, 6 months ago Modified 3 years ago Viewed 227k times

  10. Java Error: ')' expected - Stack Overflow

    May 15, 2013 · Java Error: ')' expected [closed] Asked 12 years, 7 months ago Modified 12 years, 7 months ago Viewed 21k times