Which of the follwing statements has Two functions?
END
START
GO
RESET
1
Expert's answer
2014-10-07T00:31:29-0400
Answer: the END statement has two functions: to terminate execution ofthe program, and to indicate there are no more instructions for the BASIC interpreter to translate. Therefore you must include an END statement in every program, regardless of how many STOP statements you use.
Comments
Leave a comment