Question: Compiling in xcode App Exercise - Notifications Note These exercises reinforce Swift concepts in the context of a fitness tracking app. In your app, you
Compiling in xcode

App Exercise - Notifications Note These exercises reinforce Swift concepts in the context of a fitness tracking app. In your app, you may want to search for other users. This would be easier with first and last names stored separately. This is not an uncommon practice. Create firstName and lastName constants and assign them string literals representing a user's first name and last name, respectively. Create a ful LName constant that uses string concatenation to combine firstName and lastName. Print the value of ful LName. 10 Occasionally users of your fitness tracking app will beat previous goals or records. You may want to notify them when this happens for encouragement purposes. Create a new constant congratulations and assign it a string literal that uses string interpolation to create the following string: "Congratulations,
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
