In computer programming, counting by one is a valuable way to keep track of iterations through a loop, items in an array, lines of user input and many other finite resources. Because the task is so ...
// Write a program to Take a user input - Name, Age and Salary and print them in the end.