Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
a 3 .b
program aa4; var a: array [1..20] of integer; i,x,z: integer; begin x:=0; z:=1; for i:=1 to 20 do a[i] := Random(20); for i := 1 to 20 do if Odd(i) then x:= x+ a[i] else z:= z * a[i]; writeln ('summa chetnix ', x); writeln ('proizvedenie nechetnix ', z); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
test27
suduko solver
test27
Opdracht_1
Вычисление площади фигуры, ограниченной осью абцисс и функцией
SINHNHIPHAN
6
https://m.facebook.com/
searchtree
Bilangan fibonacci ke-1 sampai ke-n
Please log in to post a comment.