hw3: init
This commit is contained in:
7
hw3/times.imp
Normal file
7
hw3/times.imp
Normal file
@@ -0,0 +1,7 @@
|
||||
X := 10;
|
||||
Y := 3;
|
||||
Z := 0;
|
||||
while X > 0 do
|
||||
Z := Z + Y;
|
||||
X := X - 1
|
||||
endwhile
|
||||
Reference in New Issue
Block a user