Create something without using any Loops, Recursion or goto (in languages like c++). | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

Create something without using any Loops, Recursion or goto (in languages like c++).

1. as question suggest, you're not allowed to use loops, or even create a loop. 2. show your creativity with normal basic concepts like, i/o, if-else, functions (no recursion), etc. 3. only console based languages, so NO web applications.

27th Feb 2018, 3:36 AM
Harjeet Singh
Harjeet Singh - avatar
2 ответов
+ 5
I already have a code for this question, but I'll think of something newer ;) https://code.sololearn.com/c9taiLTaje8u/
27th Feb 2018, 4:14 AM
Pedro Maimere
Pedro Maimere - avatar
+ 4
https://code.sololearn.com/czx1753YS218/?ref=app There was just a single loop in the >> operator overload, to read the numbers in polar form. I have replaced it for now, but the other functions have no loops at all.
27th Feb 2018, 4:05 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar