answersLogoWhite

0

#include<iostream.h>

void main()

{

cout<<' '<<' '<<"a"<<'\n';

cout<<' '<<"a"<<"b"<<"a"<<'\n';

cout<<'a'<<'b'<<'c'<<'b'<<'a'<<"\n";

}

User Avatar

Wiki User

13y ago

What else can I help you with?