What would be the output of the following code?
CLS
LET NAME = 5
PRINT "I am"; NAME; "ANU"
A Iam 5 ANU
B I am 5 ANU
C I am5ANU
D Iam5ANU.
What would be the output of the following code?
CLS
LET NAME = 5
PRINT "I am"; NAME; "ANU"
A Iam 5 ANU
B I am 5 ANU
C I am5ANU
D Iam5ANU.