Recent content by Asterios

  1. A

    Cannot get my Code in C to work

    My code is supposed to be pretty simple I've searched around the web but can't find much that helps so I was wondering if my code should be a switch statement rather than an if one... Here's my code... #include <stdio.h> int main(void) { int num; scanf("%d",&num); if (num...