int a, b, c, are all decimal numbers, not converted to letters yet, but
could be used to output a letter with the right code, %c for example.
there are declarations, and inputting from keyboard with cin.
work on the code some more to can be executed at cpp.sh with button on screen
for this line
|
std::cout << a << '\t' << b << '\t' << c << '\n';
|
with cout, can also use " " between "<<" and "<<" for spacing
there's an example somehwere here about finding the lowest and highest numbers
of integers. try to find.
responding to 2nd pasted example
here's some pages
did not look over these web pages
http://www.cplusplus.com/forum/beginner/83374/
http://www.cplusplus.com/forum/beginner/38799/
this one may be promising
http://www.cplusplus.com/forum/beginner/108341/