Computer Science, asked by hrastogi374, 1 year ago

write a programm in c lang to print :
A
AR
ARR
ARRA
ARRAY

Answers

Answered by yashubana789
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