Skip to content
Snippets Groups Projects
Commit 076b3c7c authored by Mikołaj Warenycia's avatar Mikołaj Warenycia
Browse files

Upload New File

parent b7aeaaa0
Branches
No related merge requests found
#include<stdio.h>
int main (){
int lcz;
printf("ilu dasz?\n");
scanf("%i", &lcz);
int par;
if (lcz%2 == 0){
par=lcz/2;
printf("parzyste i jest to");
printf(" %i ",par);
printf ("par\n");
}else{
printf("nieparzyste");
}}
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