Simple Data List Creator program
This program is used to create a list of data, which have some variable part and some constant part so rather than typing same thing again and again it is better to use this program for example if you need list of roll no which is having some common part like
common part ="0103CS211" the variable part =01,02,03....till 21
so, enter from : 1 enter till : 21
output: 0103CS21101 0103CS21102 0103CS21103 0103CS21104 0103CS21105 0103CS21106 0103CS21107 0103CS21108 0103CS21109 0103CS21110 0103CS21111 0103CS21112 0103CS21113 0103CS21114 0103CS21115 0103CS21116 0103CS21117 0103CS21118 0103CS21119 0103CS21120 0103CS21121