Computer Science, asked by st137904, 10 days ago

write a qbasic program to print your friends name 5 times​

Answers

Answered by saransrini03
1

CLS

Input " Enter the name "; Name1$

Input " Enter the name "; Name2$

Input " Enter the name "; Name3$

Input " Enter the name "; Name4$

Input " Enter the name "; Name5$

END

Similar questions