Answer to Question #22918 in C++ for fayaz

Question #22918
to display 52 character a to z and A TO Z ...
1
Expert's answer
2013-01-25T06:29:08-0500
#include<iostream>
using namespace std;

int i;

void main(){
for (i=97;i<123;i++) cout<<char(i)<<" ";
cout<<"\n";
for (i=65;i<91;i++) cout<<char(i)<<" ";
cout<<"\n";
system("pause");
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS