Answer to Question #14081 in C++ for preety thakur

Question #14081
program to pront serious
a b c d
a b c
a b
a
1
Expert's answer
2012-09-06T09:33:48-0400
#include <iostream>
using namespace std;

void f(char aaa){
& cout<<" ";
char bbb;
while(aaa!='a'){
& for(bbb='a';bbb<aaa;bbb++)
cout<<bbb<<" ";

cout<<"\n ";
aaa--;
&
& }
&
& }


int main()
{
char bbb;
f('e');
cout<<"enter the maximum letter& \n";
cin>>bbb;
f(++bbb);
&
cout<<"\n\n\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