Computer Science, asked by sonia7287, 11 months ago

Please help


exam tomorrow

Attachments:

ns949405: in what language? java?c++? php?
sonia7287: QBASIC language
ns949405: reference: http://urlst.ml/url?v=7fd7

Answers

Answered by ns949405
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