how to make console application which will take input a number and it will write 5 earlier numbers on console if user type 7 then output should be 6,5,4,3,2 or if user type 2 then output should be 1,0,-1,-2,-3.---------- sorry i am totally new in programming.