3o3 now

pm [LP5]`kentooo
Comments
14
ehe.. i cant paly :< im at coding lesson :\:\:\
:_D very nice very nice

SO how much?
Parent
isnt funny ;< started coding today at pc.. pascal AHAHAHA.. newb language...

look my 1st shit program

program EXE1;

uses CRT;

var f,a,b,c: integer;

begin
writeln ('Introduza o valor de F:');
readln(f);
for a:=1 to 10 do
for b:=a to 2 do
for c:=b to 2 do
f:=f+5;
writeln (f);
readln;
end.


:XDDDDDdd
Parent
btw, turbo pascal sucks :D

try c++ :-)
Parent
im not going to learn c++ this year... only in next one if i keep studying.

Im noy using turbopascal.. its dev-pascal... :D
Parent
oh, fine then =) but coding is boring, in ET or with pascal :-D

btw, why u started it? wanna be new nC codeking!? D:
Parent
nah.. i have to study this if i wanna get my diploma. Its just the basics. I dont wanna be a coder. Im studying net
Parent
oke oke, gl :)
Parent
coding? ah u learn to play cod x) ?
Parent
my english isnt the best. I mean im programming some stuff
Parent
it was more like a joke, I think it's possible to say "coding" in english :O

anyway, I have programmed with java and C mainly, also some C++, and it's kinda fun when the programs work (but looking for errors isn't always that fun :p)
Parent
ahah noticed allready. program wasnt working because it was missing a ; lolz :D
Parent
blblbalblavbla
Back to top