Question: Look at the following Swift code: let orderOne = chicken sandwich let orderTwo = soup let finalOrder = Final order is (orderOne) and (orderTwo). (1)
Look at the following Swift code:
let orderOne = "chicken sandwich" let orderTwo = "soup"
let finalOrder = "Final order is \(orderOne) and \(orderTwo)."
(1) What is the final output of the program, and WHY?
(2) What is the value held in the constant at the end of the program: finalOrder
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
