120k views
2 votes
To print name and address of person​

1 Answer

3 votes

Answer:

REM to print name and address of a person

CLS

INPUT " enter the name "; n$

INPUT " enter the address "; a$

PRINT " the name is "; n$

PRINT " the address is " a$

END

User Gerrit Brehmer
by
8.0k points

No related questions found