Question: Complete the coding create a string variables called location and set it equal to a place of your choice. Check to see if location.contains (a).
Complete the coding
create a string variables called location and set it equal to a place of your choice.
Check to see if location.contains ("a").
Does location contain the letter a ?
create a variable called fullName and set it equal to firstName and lastName with a space on between
create a variable called greeting and set it equal to a string that says "Hello, (insert full name variable here using proper syntax)"
print greeting
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Create a string variable called location and set it equal to a place of your choice ... View full answer
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
