Answer:

Yes — the program has a syntax error because there is no match for the rightmost parenthesis. It is not needed. The following program is correct:

' No syntax error
'
PRINT "Answer is", (5 + 4) / 9 
END

End of the Chapter

That is the end of this chapter. You may wish to review the following:

The next chapter will discuss variables, which are important in writing longer programs. And there will be Story Problems Galore!

You have reached the end of the chapter.

go to previous page   go to home page