im semi good with them. Basiclly if theres computer trouble in the house my parents ask me for help, although there quote good with computers themselves.
Ive fixed any problem ive had, and havn't need to talk to a tech support in about 2 and half years.
I have also modified/upgraded and custom built a couple machines, so i know them hardware wise.
And last but not least:
I help my computer Science Teacher with the code, which he then helps everyone else, cause they seem to not like me helping them, although its so easy they normally don't need help.
i wish mod had come to mind so i didn't have to write:
return(((num / 10) * 10) + recursiveFunction(num /10));
that the otherday really annoyed me cause it was so simple:
return (num % 10) + recursiveFunction(num /10);