I am getting bored over break and I want to program something. Although the question is general, I would like to know what programs people recommend. I would also like to know what operating system is considered best. Don't talk about browsers; I ALREADY KNOW ABOUT FIREFOX.
Programming
(5 posts) (2 voices)-
Posted 1 year ago #
-
I downloaded Java.
Posted 1 year ago # -
i get c++.
Posted 1 year ago # -
I made a program that calculates all the exponential values of i that equal 1.
But now my compiler is all screwed up.:(
BNTLTPWS,
#include <stdio.h> int main() { int b; printf("\n\n" ); for(b=0;b<=200;b=b+4) printf("i^%d = 1\n",b); return(0); }Posted 1 year ago #
Topic Closed
This topic has been closed to new replies.