Posted by Alvin Raylandi
On 2/15/2012 10:22:00 PM
0
komentar
hi guys, i would like to tell you about how to make a program in pascal application..
i will give you some example, like to make a carculator in pascal..
this is the code :
program carculator;
uses crt;
var
a,b,c:integer;
begin
clrscr;
writeln('This is a simple addition calculating program');
write('Put in the first number ');readln(a);
write('Put in the second number ');readln(b);
c:=a+b;
writeln('the result of the sum above is ',c);
readln;
end.
that's the simple carculating program, if you want to change it to others, i will give you the formula:
c:=a div b <-- divide
c:=a-b <-- reduction
c:=a*b <-- times
c:=a+b <-- sum
to save the program after you input the script press F2
to run it press CTRL + F9
btw.. sorry for my bad english :P
have fun tried it :)
Posted by Alvin Raylandi
On 2/03/2012 03:11:00 PM
0
komentar
Hi guys ,welcome to alvinraylandi.blogspot.com, sorry for late posting :P
but i have a good information for you, if you like designing something in 3D, and design it easily, you can try LEGO digital designer ! ... i'm having much fun with this application, it's make my imagination are turned on !... and LEGO digital designer is FREE ! ...so try it now .. and it wont be very difficult like lightwave 3D ,or Autocad, but in first time you open this apps, it's will be very difficult. but don't worry, keep try and you'll mastered it !
to download for Windows :
MINIMUM SYSTEM REQUIREMENTS FOR WINDOWS
Operating system: Windows XP, Windows Vista or Windows 7.
CPU: 1 GHz processor or higher
Graphics card: 128 MB graphics card (OpenGL 1.1 or higher compatible)
RAM: 512 MB
Hard disk space: 1 GB
to download with MAC:
MINIMUM SYSTEM REQUIREMENTS FOR MAC
Operating system: OS X 10.5.8 or higher
CPU: Intel processor
Graphics card: NVIDIA GeForce 5200/ATI Radeon 7500 or better RAM: 1 GB
Hard disk space: 1 GB