I have following task. Read comma separated data in below format: string1, string2, integer_number e.g: Hi, Hello, 123 John, Doe, 45
I wrote the below cod