write a programm in c lang to print :
A
AR
ARR
ARRA
ARRAY
Answers
Answered by
0
Answer:
#include<iostream.h>
void main()
{
clrscr();
cout<<'A'<<endl;
cout<<"AR"<<endl;
cout<<"ARR"<<endl;
cout<<"ARRA"<<endl;
cout<<"ARRAY";
getch();
Explanation:
if you want the if loop program tell on reply
THANK YOU
Similar questions
Economy,
7 months ago
Chemistry,
7 months ago
English,
1 year ago
Business Studies,
1 year ago
Business Studies,
1 year ago
Business Studies,
1 year ago