Ask your own question, for FREE!
Computer Science 17 Online
OpenStudy (anonymous):

Can anyone help me with this question, I'm struggling to separate the input so that I can edit it by making it capital letters etc. : Write a program to reformat references such that: the author names are in title case; the title has only the first letter capitalised; and the rest remains the same. Assume that the input reference format is: a list of authors, space, (year), space, title, comma, other information.

OpenStudy (anonymous):

It is difficult to answer this as it is unclear the format of the input from the description, you should give an example. In any case, you would likely need to parse the input to break it up into it's component parts, do the necessary options on the necessary parts and then combine the resulting parts back together.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!