Find output - 1
char x='a';
int y=3;
while (x%y !=0)
{
System.out.print(++x+y);
System.out.println((char)x);
}
PLEASE NO SPAM
Answers
Answered by
1
Answer:
101charb
102charc
This is the original output for your program
There is one error in your program on line six, you need to put double quotes in the barcket inside char.
Please note: I have compiled it then I am giving this answer.
Similar questions
Social Sciences,
3 months ago
English,
3 months ago
Social Sciences,
3 months ago
Biology,
8 months ago
Chemistry,
1 year ago
Physics,
1 year ago
English,
1 year ago