HELP PLEASE!
Ok here is my situation.. I purchased the new apple TV and for some reason almost everytime I go to watch a movie in my Library my Library has been disconnected and I need to walk upstairs, close ITUNES then reopen it, then back downstairs and all is good.
I have been looking for...
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...