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
0
there should be 3. AAVBCCDD
Similar questions