What is the purpose of “;” at the end of for loop? February 12, 2023 by Tarik It means exactly the same as: for(count = 2; zahl % count != 0 && zahl >= count; count++) { }