1.

Hi friends! Please answer the following question!Write QBASIC program to make a list of all the children of a class who were absent on Monday.

Answer» CLS
PRINT "This is a list of CHILDREN ABSENT on Monday"
Input name;N$
Input name;N$
Input name;N$
Input name;N$
END

output-
This is a list of children absent on Monday
Name Geeta
Name Simran
Name Kabir
Name OM



Discussion

No Comment Found