Question: To be done in Swift. 1. Create a variable instance of Height called someonesHeight. Use the initializer for inches to set the height to 65.
To be done in Swift.
1. Create a variable instance of Height called someonesHeight. Use the initializer for inches to set the height to 65. Print out the property for height in centimeters and verify that it is equal to 165.1. (starter code below)
struct Height{
var inches: Int
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
