![]() |
تمرین ۸ - نسخهی قابل چاپ +- تالار گفتگوی کیش تک/ kishtech forum (http://forum.kishtech.ir) +-- انجمن: پردیس فناوری کیش (http://forum.kishtech.ir/forumdisplay.php?fid=1) +--- انجمن: دانشگاه جامع علمی و کاربردی (http://forum.kishtech.ir/forumdisplay.php?fid=7) +---- انجمن: **مرکز علمی و کاربردی کوشا** (http://forum.kishtech.ir/forumdisplay.php?fid=42) +----- انجمن: برنامه نویسی کامپیوتر- ترم دوم 97-98 - جمعه ساعت 8 صبح (http://forum.kishtech.ir/forumdisplay.php?fid=139) +----- موضوع: تمرین ۸ (/showthread.php?tid=30628) |
تمرین ۸ - Farzadbaharloo - 10-05-2019 فلوچارتی رسم نمایید که عددی را از ورودی دریافت کرده ، یخش پذیری آن بر ۳ و ۵ را بررسی نماید. RE: تمرین ۸ - joobin - 17-05-2019 1-start 2- read A 3- R3=A%3 R5=A%5 4-if R3=0 5-ifR5=0 6-write DIVISIBLE 7-if not R#=0 ,if not R%=0 8- write INDIVISIBLE 9-end RE: تمرین ۸ - Arashbakhshi - 17-05-2019 1-start 2- read A 3- R3=A%3 R5=A%5 4-if R3=0 5-ifR5=0 6-write DIVISIBLE 7-if not R#=0 ,if not R%=0 8- write INDIVISIBLE 9-end RE: تمرین ۸ - Farzadbaharloo - 17-05-2019 1-start 2- read A 3- R3=A%3 R5=A%5 4-if R3=0 5-ifR5=0 6-write DIVISIBLE 7-if not R#=0 ,if not R%=0 8- write INDIVISIBLE 9-end RE: تمرین ۸ - Sasan tork - 17-05-2019 1-start 2- read A 3- R3=A%3 R5=A%5 4-if R3=0 5-ifR5=0 6-write DIVISIBLE 7-if not R#=0 ,if not R%=0 8- write INDIVISIBLE 9-end RE: تمرین ۸ - hajillo58 - 17-05-2019 -start 2- read A 3- R3=A%3 R5=A%5 4-if R3=0 5-ifR5=0 6-write DIVISIBLE 7-if not R#=0 ,if not R%=0 8- write INDIVISIBLE 9-end RE: تمرین ۸ - MahdiJandaghi - 20-05-2019 1-start 2- read A 3- R3=A%3 R5=A%5 4-if R3=0 5-ifR5=0 6-write DIVISIBLE 7-if not R#=0 ,if not R%=0 8- write INDIVISIBLE 9-end |