Computer Science, asked by SanyaKhare552, 7 months ago

for(int x=65 ; x<=70 ; i++)
{
for(int i=1 ; i<=2 ; i++)
System.out.print( (char)x);
}
Choose the correct options.....
options Are :

1. AAABBAC
2.AABBCCDDEEFF
3.AABBCCDD
4.ABCABCABC​

Answers

Answered by hiteshrane28
0

there should be 3. AAVBCCDD

Similar questions