Question: Please Use Python 3 or java Language. Thank you. Please I need the actual code. Donot post psudocode!! And also I have most of the
Please Use Python 3 or java Language. Thank you. Please I need the actual code. Donot post psudocode!!
And also I have most of the codes but its not recursive. Plz use A1 to name the file.


Question 1: "Camel Acrostics" (9.0 marks) For the first question of this assignment, you will design and write a program in either Python 3 or Java (your choice) - that uses several recursive algorithms to compute a property that I am calling the "Camel Acrostic" of a list. The "Camel Acrostic" of a list of strings is the "word" that would be created if the elements of the list were written in "camel case" and then the capital letters were extracted and combined into a single string. (Please note that, for the purposes of this assignment, the term camel case" refers to the capitalization of every word EXCEPT the first in the sequence.) As a clarifying example, the list of words: ["is", "tHis", "exaMPLe'' , "SUFFICIEntLY", "TELLNg" would be written in "camel case" as: sThisExamplesufficientlyTelling and would have a "Camel Acrostic" of: TEST
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
