Find the Output
class Marks
{
{
public static void main()
public static void main()
{
{
System.out.println("My name is Anand. I am studying
System.out.println("Marks in Computer Science:67");
in class IX.");
System.out.println("Congrats you have got first
System.out.println("Section: A Roll No:25");
division");
}
}
}
}
Answers
Answered by
1
Answer:
My name is Anand. I am studying
Marks in computer science:67 in class IX.
Congrats you have got first
Section:A Roll No:25
Similar questions