any one please help me out with this project. I will surely mark you as brainliest.
Attachments:
Answers
Answered by
0
Explanation:
for the same?
VI. Find the mistakes in the program and Re-write the program correctly. [2]
Class Alphabets
{
public static void main (String args[])
{
Int i=1;
Char a= “G”;
Do
{
System.out.println(a);
i++;
a ++
} while(i<=10)
}
Similar questions