When posting code in the forum, make sure you use Code Tags so people can easily read your code.
The errors given by the compiler tell you exactly what line you have your error on. Remember, class names can’t have spaces in them.
Also, something I noticed, but MonoBehavior classes have to be in a file with the same name, so I don’t think this will even register as a Unity Component.