Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> int main(void) { int x; printf("Please enter a number between 1 to 7: "); scanf("%d", &x); if(x == 1){ printf("Its Gyandeep"); } else if(x == 2){ printf("its Tuesday"); } else if(x == 3){ printf("its Wednesday"); } else if(x == 4){ printf("its Thursday"); } else if(x == 5){ printf("its Friday"); } else if(x == 6){ printf("its Saturday"); } else if(x == 7){ printf("Wohoo! its Sunday"); } else { printf("Please enter a valid number between 1 to 7"); } }
Editor Settings
Theme
Key bindings
Full width
Lines