Skip to content

Commit

Permalink
Update and rename drastiriotita_5.1_sel100_1erotima.cpp to drastiriot…
Browse files Browse the repository at this point in the history
…ita_5.1_sel100_1erotima.c
  • Loading branch information
NIC-DE authored Jan 14, 2024
1 parent 2e67b07 commit f2becc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ main()
int num2;
int max;

printf("Äùóå äõï áêåñáéïõò áñéèìïõò:\n");
printf("Äùóå äõï áêåñáéïõò áñéèìïõò:\n");

scanf("%d\n %d",&num1,&num2);
max=num1>num2 ? num1 : num2;
printf("Ï ìåãáëõôåñïò åéíáé ï %d\n",max);
printf("Ï ìåãáëõôåñïò åéíáé ï %d\n",max);
}


0 comments on commit f2becc0

Please sign in to comment.