Skip to content
Snippets Groups Projects
Commit 6e39eb2f authored by Stanisław Pokora's avatar Stanisław Pokora
Browse files

Upload New File

parent 3a834b45
Branches
No related merge requests found
jezykc.c 0 → 100644
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("limsup albo liminf o to jest pytanie\n");
float x;
printf("podaj wartosc x\n");
scanf("%f",&x);
printf("X value %f\n", x);
printf("suma 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