+ 3
#include <iostream> using namespace std; int main() { string text; cin>>text; cout<<text.at();/*you can put any integer argument and it will cout the letter*/ return 0; }
20th Oct 2016, 10:01 AM
Lara
Lara - avatar