Deferring into Cohort 15 from Cohort 12 is a choice that I made, After deferring I became confident in tackling ALX projects without issues...
I think I made a right choice to defer βΊ
@alx_africa#ALXKaribu2023
You have a project given to u by @alx_africa but u don't understand the concept around d project yet and d next day u have another project π knowing fully well u have a pending project.
How do u tackle ur projects and meet up with the deadlines?
@ehoneahobed@jbarbier
@ehoneahobed@alx_africa@jbarbier Ok.. but trying to understand a particular concept for example RECURSION and alx has gone pass RECURSION what will be the case to meet up.?
@realtaiwo_peter@alx_africa@AdaEhugbo @mayas_path @ehoneahobed@jbarbier At this point the for loop condition is true so it moves to the printf function which there is a function call.. so it goes to the function definition and grap the 14 stored by the static variable.
So it print 14 to the console and decrement by 1 which hold 13.
@realtaiwo_peter@alx_africa@AdaEhugbo @mayas_path @ehoneahobed@jbarbier Then it moves to the function definition [Remeber the static variable hold 15] and moving to the second line of code it returns 15 and decrement it.
So the for loop have
For(16; 15; fun())