compile problem

l
Last edited on
You are missing a few brackets and semicolons I think.
1. At the end of your main function you are missing a bracket.
2. For your menu function you included a semicolon.
3. At the end of the Length_Width_Meters function you forgot to add a bracket.
If you fix those three things the program should compile without any errors. :)
May I ask which way?
Topic archived. No new replies allowed.