Question: Assume the variable f irst is assigned a string that is a person's first name, and the variable last is assigned a string that is
Assume the variable irst is assigned a string that is a person's first name, and the variable last is assigned a string that is a person's last name.
Write a statement that assigns to the full name variable the person's full name in the form "Last, First". So if first is assigned "alan" and last is assigned "turing", then full name would be assigned "Turing,Alan". Note the capitalization! Note: no spaces! And if first and last were "Florean" and "fortescue" respectively, then full name would be assigned "Fortescue,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
