|
hey guys... i'm doing an excercise... but im stuck... can someone help me write this simple loop?
The college Career Center asks you to assist them by designing a loop to print the name tags for the participants in their annual career fair to be held in the auditorium on April 10. The data (participant name and major) will be coming in from a file. You don't know how many tags to print, so you need to write a sentinel loop of some sort (I'll leave it up to you to decide which style loop to write and how to control the loop). Here is the variable list:
Variable Name Data Type
fname character
lname character
major character
Here is the storyboard for the name tag:
HELLO, My Name Is
XXXXXXXX XXXXXXXX
I'm Interested in Studying
XXXXXXXXXXXXXXXXXX
Please write just the loop. It is not necessary to write the entire low-level design. Use pseudocode to write the loop.
PLEASE HELP GUYS!
|