aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab2/CST116F2021-Lab2.cpp
blob: 2c7db617d6a9271e24be8dc29eb67965e09dc752 (plain) (blame)
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;
}