โ Back to User Input
Question 132
Single CSV Line
Single CSV Line
Read three lines of input: name, age, and country. Then print a CSV header and the CSV line. Output format: Name,Age,Country name,age,country Print the header once, then the data line.
Expected Output:
Name,Age,Country Mia,19,Canada
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.