Write a C++ program to print all numbers between a and b (a and b inclusive) using for loops

Write a C++ program to print all numbers between a and b (a and b inclusive) using for loops.

Output

It will print all numbers from 2 to 100.