1 2 3 4 5 6 7 8 9 10 11 12 13
// CST116F2021-Lab2.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <iostream> int main() { short age = 19; float shoe size = 8.5; short altitude = 0; char gender = F; short weight = 175; }