Write a java program to display name of four countries along with their capitals
Answers
Answered by
2
Explanation:
public static void main(String[] args) {
System.out.println("India. --New delhi");
System.out.println("USA---washington dc");
System.out.println("china---bejing);
System.out.println("Bangladesh-Dhaka");
}
Similar questions
Computer Science,
5 months ago
English,
5 months ago
English,
11 months ago
English,
1 year ago
English,
1 year ago