Write a program in QBASIC to make a name sticker which includes your name , class , roll no and school using INPUT statement . Display the output in the given format .
Name : ............................................
Class : ............................................
Roll no : ...........................................
Subject : .........................................
School : ..........................................
Answers
Answered by
1
Answer:
printf("name" %d,"class" %d,"roll no" %d,"school" %d)
Similar questions