Wydanie R2019.06.1
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
double kwadrat(int x, double y)
|
||||
{
|
||||
double z = x*x + y*y;
|
||||
|
||||
return z;
|
||||
}
|
||||
Reference in New Issue
Block a user