+ 4
Use for loop correctly. for(assigning value;condition;increment/decrement) Write your for loop correctly. corrected:- for(;i<=table;i++)
2nd Jun 2020, 2:59 PM
ツSampriya😘ツ
ツSampriya😘ツ - avatar
+ 2
Thanks bro
2nd Jun 2020, 3:15 PM
ツSampriya😘ツ
ツSampriya😘ツ - avatar
+ 2
Prefix vs postfix?
3rd Jun 2020, 3:26 PM
Da2
Da2 - avatar
+ 1
Try removing the semicolon after i++
2nd Jun 2020, 2:56 PM
Ambele Newton
Ambele Newton - avatar