C# The While Loop Breaking my brain | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

C# The While Loop Breaking my brain

Hi ! I don't know why but I seem to not understand the exercises.. Can someone explain me why is there an other int in those exercises ? I can't really seize the meaning of that class. I'm very low level in math in general. I succeed in al the last classes before this one and it breaks my brain :') Can you explain me it with other words please ? (I'm French so I do what I can to understand ^^)

28th Aug 2021, 2:26 AM
Akira Akira
Akira Akira - avatar
5 Réponses
+ 2
While loop is a loop which executes untill a predicate satisfies Else it does not terminates
28th Aug 2021, 4:15 AM
Vtec Fan
Vtec Fan - avatar
28th Aug 2021, 4:23 AM
Vtec Fan
Vtec Fan - avatar
+ 2
Wow thanks a lot to you all for your help! I think I get it now :) Special thanks to Rushikesh and Andy_Roid 🙏
28th Aug 2021, 12:12 PM
Akira Akira
Akira Akira - avatar
+ 1
Code will be come soon
28th Aug 2021, 4:15 AM
Vtec Fan
Vtec Fan - avatar
+ 1
While loop repeats as long as the condition is true. e.g. While the number is less than 100 i will keep adding 1to it until i get a number greater than hundred. or as long as the number is less than 100 i will keep adding 1 to it.
28th Aug 2021, 6:41 AM
CodeSmith
CodeSmith - avatar