Write a java program to print the the following in your monitor.
ICC Word Cup Winner 2019 : England
Answers
Answered by
2
Answer:
class world cup
{
public static void main ()
{
System.out.println("ICC World Cup Winner 2019: England")
}
}
Similar questions