Topics covered: Integer, Int, UInt, Float, Boolean, and Type Alias Checkout the interactive quiz of this story here https://quizzesforyou.com/quiz/intfloatbool Integers: Integers are whole numbers without fractional components. Swift provides signed (positive, zero, or negative) and unsigned (positive or zero) integers. Integers are available in 8, 16, 32, and 64-bit forms, denoted…