@BroCodez

#include <stdio.h>

int main() {

    // switch = An alternative to using many if-else statements
    //                 More efficient w/ fixed integer values

    char dayOfWeek = '\0';

    printf("Enter a day of the week (M, T, W, R, F, S, U): ");
    scanf("%c", &dayOfWeek);

    switch(dayOfWeek){
        case 'M':
            printf("It is Monday");
            break;
        case 'T':
            printf("It is Tuesday");   
            break;
        case 'W':
            printf("It is Wednesday");   
            break;
        case 'R':
            printf("It is Thursday");   
            break;
        case 'F':
            printf("It is Friday");   
            break;
        case 'S':
            printf("It is Saturday");   
            break;
        case 'U':
            printf("It is Sunday");   
            break;
        default:
            printf("Please only enter a character (M, T, W, R, F, S, U)");
    }
    
    return 0;
}

@tierthetora

Please make a video on the bitwise not operator (~)!

@Spectaction

I am studying computing at the moment and I have found your videos explain things so much better than actual educational organisations.
I can't seem to find any information about paying you such as Patreon. I'd like to be able to pay something for all you have provided

@yohoho99

DO WE HAVE DISCORD SERVER? WE CAN DISCUSS THERE

@bouinchaYT

can you do laravel for us

@KorenShabtai

Hey! What Pycharm Plguin/Theme do you use? That makes your terminal/console/putput text green? What's the font too? Thanks

@ayis4871

My G ❤

@ItsMe-rl7dt

Ur the best

@SYB10-FODEN

First 🥇

@topez1006

third❤

@raeeofficial

second