// CST116F2021-Lab2.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include int main() { short age = 19; float shoe size = 8.5; short altitude = 0; char gender = F; short weight = 175; }