Question: Practice 1 Create a multi - line string named list ( ) that contains a short shopping list. Practice 2 Create 3

Practice 1
Create a multi-line string named list (""") that contains a short shopping list.
Practice 2
Create 3 variables and name them friend1, friend 2 and movieTitle. Set them each equal to a string value. Print a statement that says that friend 1 and friend 2 went to see
a movie on Saturday called (movieTitle).
9 let friend1= "sue"
10 let friend 2= "kim"
11 let movieTitle = "bestMan =("sue_and_kim_went to see_a movie_on_ Sunday_called_bestManI)
Practice 3
Create a String called address that contains your home address. Use string comparison and the .count property to compare your address to Ed Farm's address and see if
your address.count is greater than edFarmAddress.count.
Practice 1 Create a multi - line string named

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!