import UIKit var greeting = “Hello, playground” let name = “Moiraine” print (name) let age = 8 let temperature = 26.0 let NewTemp = (temperature * 9 / 5 + 32) print ( ” (Temp) is equal to (NewTemp)”)
Introduction
In this part of my blog, I’m just going to be writing posts that goes over what I’ve learned in the 100 days of swift course. Eventually, I’d like to work on app development. There’s just too many games I…