Computer Science, asked by parulranyal3955, 8 months ago

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 waleedbajwa700
1

Answer:

printf("name" %d,"class" %d,"roll no" %d,"school" %d)

Similar questions