1.

Write a program in java to print 15 country names with their capitals. ​

Answer»

ANSWER:

Program to Input Country NAME And Print CAPITAL Raunak Hajela 06:28:00 Add Comment Java , Java tutorials , Tutorials Edit In this java tutorial we'll be "creating a java program which accepts a country name and prints its capital" .I'll be using arrays in this tutorials if you are unfamiliar with array head over to this tutorial. Now lets get started!! import java.util.*; class capital { public STATIC void main() {

Explanation:

brainliest pls



Discussion

No Comment Found