General
Dear Students welcome to Algorithmic and Data Structure 01 course.
Teacher Dr. Ghazi Sabri, email : sabri.ghazi@univ-annaba.dz
Computer Science Department Office # 17, Sidi Amar Campus.Course Session link : https://meet.google.com/wqs-juxy-djx
Hour: Saturday 08-00 to 11:30
We use Google Meet for online course, Please install it on your Phone or just use it through the web site by clicking on the course link.
Please keep those links, they are permanant links to google meet:
- Every Monday 9h:30to 10h:55 https://meet.google.com/kix-xfmp-skc
- Every Wednesday 9h:30 to 10h:55 https://meet.google.com/yqy-rptk-vfa
You can also join the telegram group via this link : https://t.me/+NkUmps65s6UxYTI0
Chapter #4 How to use Loops to repeat instructions' execution
Introduction :
In this chapter the main objective is to learn how to make the algorithm repeat a block of instructions.
This by using loops , we are going to see three types of loops statement : While , Do Wihle and For.
You can find in this video the first course While loops :
Part two :
Demo of loops
Demo #1:
Demo #2
--------------Nested Loops :
Part 01 :
Part 02:
You find in this file the lecture of the fourth chapter which concerns loops and nested loops
In this video you find how to used debug in visual studio code and in opengbd.
Your task is to create a C program that simulates a fast food ordering system.
Please see the attached file for more details.