Computer Science, asked by tuhin9614, 1 year ago

write the program in small basic to show age with your name

Answers

Answered by swamiayushing1
1
REM "MYSHELF"
Input "Name: ";NAME$
Input "Age: ";A
PRINT "Name:";NAME$
PRINT "Age:";A
END
Similar questions
Math, 1 year ago