سه روش پیاده سازی حلقه تکرار بدون استفاده از for/do/do while/foreach
نویسنده: مهدی ملائیان
تاریخ: ۱۳۹۵/۰۳/۰۸ ۱۰:۴۶
آدرس: www.dntips.ir
| مطالب | ۳۶۹۴ |
| نویسندگان | ۲۷۶ |
| گروههای مطالب | ۱۰۲۴ |
| نقشههای راه | ۱۱۹ |
| دورهها | ۱۴ |
| اشتراکها | ۱۷۹۱۴ |
Write a program that accepts input for a number from the user then prints a message that number of times WITHOUT using a loop construct, i.e do/do-while/for/foreach explicitly.