PROGRAM ROTASI 45 PADA PASCAL
uses crt, graph;
var
graphdriver, graphmode : integer;
begin
graphdriver :=detect;
initgraph(graphdriver,graphmode, '');
if graphresult<>grOk then Halt(1);
Circle(300,200,100);
readln;
Circle(300,200,100);
line(300,100,300,200);
readln;
clrscr;
Circle(300,200,100);
line(230,130,300,200);
readln;
clrscr;
Circle(300,200,100);
line(200,200,300,200);
readln;
clrscr;
Circle(300,200,100);
line(230,270,300,200);
readln;
clrscr;
Circle(300,200,100);
line(300,200,300,300);
readln;
clrscr;
Circle(300,200,100);
line(370,270,300,200);
readln;
clrscr;
Circle(300,200,100);
line(300,200,400,200);
readln;
clrscr;
Circle(300,200,100);
line(370,130,300,200);
readln;
clrscr;
Circle(300,200,100);
line(300,100,300,200);
readln;
closegraph;
End.
Sunday, 11 October 2009
PROGRAM ROTASI 45 PADA PASCAL
Subscribe to:
Post Comments (Atom)
0 comments:
:)) :)] ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} ~x( :-t b-( :-L x( =))
Post a Comment