Im having trouble writing a code related to strings. I am new to Java and programming it self. Any help would be greatly appreciated.
Im trying to figure out how i can write the code that ask the user for input for example: CANADA, OTTAWA, 200
the output is: Country: Canada
Capital City: Ottawa
Population: 200 million
thanks in advance :)

