Write a simple c++ program that displays a range of numbers in reverse order according to your roll number i.e. if your roll number is 142090, take last two digits of your roll number (90) and print the numbers between higher numbers (9) to smaller number (0).
Please tell me what will be the code for this program.
and please tell me the code in for loop
This is my code please help me