Computer Science, asked by sayansahu888, 1 year ago

Write a Qbasic program to print the name of the family members

Answers

Answered by PkTheLegend
1
CLS
INPUT "ENTER THE NAME" ; N$
PRINT N$
END

THERE YOU GO!!!.....
Similar questions