This blog contain program that creates a number list. Then uses while loop to display elements in a list and at the same time stripping first element at each loop intervalMore
Tag Archives: While
Program to display string and stripping first character using while loop
This blog contain program to accept string from user input. Display string and stripping first character of a string using while loopMore