OK guys i am writing a C++ program that involves a set of data such as:
rIcK AbdDfabcBADabf
jAMEs fdaBCADfBfacC

now the first part of the line is a name and the second part are grades that i need to calculate at the end. the name i wil have to convert to regular such a rIcK to Rick. but m biggest issues is reading the data. becaue i know the name will have to be a string and the AbC.... will be an int array. so how do make a program that will recogninzed the input as the first part to be a string and the second to be an int. Please hep me