Conditionals in C practice — 3 real programs in gedit and Fedora
In the previous article we covered C conditionals theory. Now it’s time to write real programs. In this article we build three programs from scratch using gedit and gcc in Fedora — a grade classifier, a number guessing game and a calculator with a menu. Each one uses if/else if/else and switch in situations where…
