Repositories (1)

CSCI-2170
1 snippets stored for this repo
// you also can't declare statements inside of ... switch statements
    // like not the individual case things, just below switch (var) { yknow...
    if (age < 14)
        std::cout << "skibidi toilet rizz kai cenat fanum tax" << std::endl;

    if (age <= 20 && age >= 18)
    {