Дамп всех задач
This commit is contained in:
1
Pascal/24.10.16/Program3.pas
Normal file
1
Pascal/24.10.16/Program3.pas
Normal file
@@ -0,0 +1 @@
|
||||
var x, y: real; begin x := -5; while x <= 5 do begin y := 5 - (Sqr(x) / 2); writeln(x, ' ', y); x := x + 0.5; end; end.
|
||||
Reference in New Issue
Block a user