लहान मुलांसाठी प्रोग्रामिंग - Course 3 # Maze Conditionals

हा Code.org च्या Code Studio मधील तिसऱ्या कोर्सचा आठवा स्टेज आहे. याचे नाव आहे मेझ कंडीशनल्स . यामध्ये बारा लेवल असून अकरा लेवल हे कोडिंगच्या सरावाचे आहेत.
https://studio.code.org/s/course3/stage/8/puzzle/1

येथे मेझ मध्ये कंडीशनल स्टेटमेंटचा वापर करावा लागतो . येथे तुम्हाला if else हा कंडीशनल स्टेटमेंट कसा लिहावा व त्यापासून फंक्शन मध्ये कोडिंग कसे करता येते याचा सराव होतो. खाली काही ठिकाणी इंग्रजी मध्ये सूचना दिलेल्या आहेत.




Level 1

We will be using a Code block Loop called "Repeat until". Here you can add another code block in it which will be repeated until the Zombie reaches the Sunflower. 




Level 2



Level 3

Here we will use a if statement inside the "repeat until" loop. This statement has three options ahead, left and right. And you can decide what the Zombie will do if the path is ahead, left or right. You will add another block to tell the Zombie to Move Forward, Turn Left or Turn Right. 



Level 4


Level 5



Level 6



Level 7



Level 8

We will use an If Else statement inside the "repeat until" Loop



Level 9




Level 10

We will use If else statement within another If else so as to cover three actions.



Level 11





शेवटचा लेवल हा प्रश्नोत्तराचा आहे

टिप्पण्या