Skip to content
C

Build a Profile String

Easyjava

Read a name, an age and a city, combine them into a single String variable, and print it.

Input: three lines — name, age (a whole number), city.

Output: one line: <name>, <age>, <city>

Input (stdin)

Output

Run your code to see output here...