A simple Python solution
Define a function that takes two numbers as arguments. If both numbers are even, return the smaller one of them. If one numbers or both is odd, return the larger number between the two.
Define a function that takes two numbers as arguments. If both numbers are even, return the smaller one of them. If one numbers or both is odd, return the larger number between the two.
Algoritmii sunt un lucru foarte simplu mai ales ca sunt prezenti în viața noastră de zi cu zi. Ei guverneaza totul din jurul nostru atât activitățile casnice cât și lucrul cu tehnologia. Un algoritm este o succesiune de pași cu ajutorul careia încerci sa rezolvi o problemă, o sarcina, sa atingi un obiectiv etc. Ce este algoritmul? Altfel spus,…