2. A Java program is entered into the computer using
MS Word
DOS prompt
Notepad
Answers
Answered by
0
Answer:
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)
}
Answered by
4
Answer:
Notepad and DOS prompt
Step-by-step explanation:
hope it helpful to you
Similar questions