Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Herout (67) - 2
#include <stdio.h> int main(void) { int a, b; scanf("%d %d", &a, &b); printf("Zadejte dvě čísla: %d a %d\n", a, b); if(a > b) { printf("Větší číslo: %d\nMenší číslo: %d", a, b); } if(b < a) { printf("Větší číslo: %d\nMenší číslo: %d", b, a); } if(a = b) printf("Čísla jsou stejně velká!"); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Find the length of largest subarray with equal number of 0's and 1's using recursion
Punteros: creación espacio para un int
Detecta vocales
Eukleidova algoritmu
CV09-2
Roots of a Quadratic Equation
Teylor
Cviceni 7 1 uloha ++upper,isupper
Condiciones: Puntos cuadrantes
Cuadrado asteriscos hueco con regalito
Please log in to post a comment.