how to program enter a letter and output the next 2 letters
Hello friends, Welcome to your Techgsr.co blog. And today in this article we will learn about how to program enter a letter and output the next 2 letters .So let’s go to our topic #include <iostream.h> #include <conio.h> void main() { clrscr(); char charac; cout << “Enter your letter : ” << endl; cin>>charac; cout << … Read more