Computer Science, asked by menonshivani388, 1 month ago

char ch='a';
int i=ch;
for(;i<=105;i++)
{
System.out.println(i+""+(char)i);
}​

Answers

Answered by Ruchi8644
0

Explanation:

this will be the output.

Attachments:
Answered by BrainlyGovind
1

see the above attachment

Attachments:
Similar questions