Tip number #1: Easy quitting. Studying a subject might look easy for some people and very hard for others. When you start studying, and you think everything is so easy, you might end up after a chapter, thinking “This is so hard!” or say “I quit!”. Well, here is some advice. When you are at…
Read MoreVrei sa inveti programare in C++ in 2023? Ai ajuns exact unde trebuia! Limbajul C++ este un limbaj de programare popular cu care se pot dezvolta aplicatii complexe. Bazele programarii in C++ se pot invata folosind IDE-uri gratuite cum sunt Visual Studio Code sau CodeBlocks sau contra cost cum este de exemplu CLion din pachetul…
Read MoreDefine 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.
Read More