Skip to content
Snippets Groups Projects
Commit f90f25de authored by Jakub Węgrowski's avatar Jakub Węgrowski
Browse files

Upload New File

parent 06cf2690
Branches
No related merge requests found
lab1.c 0 → 100644
#include<stdio.h>
int main (){
float x;
printf("x = ");
scanf("%f",&x);
printf("2x = %.2f",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