Computer Science, asked by manasvini, 1 year ago

write a blue J programme fot this pattern (iterations)

Attachments:

atharv33: hlo

Answers

Answered by siddhartharao77
1
class brainly
{
public static void main(String args[])
{
for(int i=5;i>=1;i--)
{
int demo=65;
for(int j = 1; j<=i;j++)
{
System.out.print((char)demo);
demo++;
}
System.out.println();
}
}
}


Hope this helps!
Attachments:

manasvini: inkoti pedta
manasvini: enni points ki pettali
siddhartharao77: Ni istam..
manasvini: ma frnd pampadu
siddhartharao77: Nenu idi ipoyake adi chestha. Na paruvu tesesav nv,.
manasvini: vaddulae
manasvini: sorry if i wasted ur valuable time
siddhartharao77: Manchidi.
siddhartharao77: oka 10 minutes time ivvu. solve chestha
manasvini: ok
Similar questions