Skip to content
Snippets Groups Projects
Commit fc8358d2 authored by Jakub Walas's avatar Jakub Walas
Browse files

Replace 1.c

parent a4fa4496
No related merge requests found
......@@ -7,6 +7,7 @@ int main(){
printf("Podaj wartosc x\n");
scanf("%f",&x);
printf("Suma x+x=%.2f\n",x+x);
printf("Iloczyn x*x=%.2f\n",x*x);
return 0;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment