Program to prompt the user to input 3 integers values, and to print the values in forward and reverse order.

Problem Analysis: The problem is to print the given integers in both forward and the reverse orders. Algorithm: 1.start 2.Input the integer by user. i.e. int a,b,c; 3….