I am a new beginner in c++.i want to write a program that print the decimal,octal and hexadecimal values of all characters between the start and stop characters entered by a user.For example,if the user enters an a and j, the program should print the all the characters between a and j and their respective numerical values.Make sure that the second character entered is by the user occurs later in the alphabet than the first character.If it does,not,write a loop that repeatedly asks the user for a valid second character until one is entered.
thank you for all of you.it helps me a lot.i appreciate it!but i done this so far,and not success,i believe there something missing.can someone help me.
#include <iostream>
#include <iomanip>
using namespace std;