Please help
exam tomorrow
Attachments:
ns949405:
in what language? java?c++? php?
Answers
Answered by
1
REM input your two Names and concat it
CLS
DIM nm1 AS STRING
DIM nm2 AS STRING
INPUT "enter YOUR 1st Name "; nm1
INPUT "enter YOUR 2nd Name "; nm2
PRINT "NAMEs you have entered", nm1,nm2
END
Similar questions