shaminda
August 13th, 2001, 07:25 AM
I need to write a program that prints a label when a certain number is reached. For example when count = 20, print label. I am planning to use this code in several other programs too. I will use 5 user inputs to print the label. I know how to write the code to print the label. What is the best way to tackle this problem?