#include <iostream> #include<cmath> #include<iomanip> #include<string> using namespace std; int main() { string names; cout<<"enter names"<<endl; getline(cin,names); int length = names.length(); char LN= names[length-1]; cout<<LN<<endl; return 0; }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter