Lazarus Pascal source Nested loop?
Hi,
I have the following task to complete, but I don't understand how the nested loop is supposed to work. Can someone please help me and send me a sample solution?
Best regards
Hi,
I have the following task to complete, but I don't understand how the nested loop is supposed to work. Can someone please help me and send me a sample solution?
Best regards
Hey, how do I link the navbar buttons when I build the project on the PC? <p1><a href="??">Home<a><p1> Also, how do I get Fiveserver to work? Also, how do I get it working again? The files are in the same folder as Index.php. Can I also open Index.php with Fiveserver? I forgot everything because it…
Hello, When creating web content, the interplay of HTML and CSS is now indispensable. Or a CMS system. As far as I know, the CSS files are responsible for the appearance (format of the content). The CSS file must be linked in the HTML file. Question 1: Which command is used to link the CSS…
So yes, I have a question: where can I learn the important basics of discord.js?
That would be very time-saving So one for the mobile phone
How secure is DeepSeek when I run it locally on my MacBook. So if I download the data and integrate it into LM Studio, I can then use the bot offline.
Hello, I am currently in 10th grade and am currently taking my exams. I was given a programming task in computer science in webtigerjython. I have to program the following:
Generally speaking, grinding:
repeat ... until is the outer loop. It is executed until a certain statement is true.
while... do is the middle loop. It is executed as long as a certain statement is true.
for... to is the inner loop. It is executed, wherein a start value and an end value are predefined. The value is increased by 1. When the final value is reached, the loop is run through last time.
Once you understand, it's quite simple. And then you can solve the task.
Sorry have understood the individual loops but not how the nested works considering the task