我是编程的新手,很新。我正在阅读一本C ++书籍,并在侧面做初级水平问题以获得实际掌握。但这里似乎有一个非常具体的问题。
由于我的理解非常有限,我试图检查并重新检查,但出于某种原因,我无法在第16行中摆脱这个错误。
这不是家庭作业或作业,我正在学习C ++只是为了添加到我的简历中。
任何和所有帮助+提示将受到高度赞赏。 Here is the image associated with the problem showing the code and error statement at the bottom
答案 0 :(得分:2)
你不应该添加“>”之前 ”;”。 删除“>”并重新编译。