Question: given variables first and last, each of which contain string values representing a first and a last name, respectively. Write an expression whose value is
given variables first and last, each of which contain string values representing a first and a last name, respectively. Write an expression whose value is a string that is a full name of the form "Last,First". So if first was assigned the value "alan" and last was assigned the value "turing", then your expression would be "Turing,Alan". Note the capitalization! Note: no spaces and if first and last were "Florean" and "fort" respectively, then your expression's value would be "Fort,Florean"
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
