Press the green flag, and the program will begin calculating prime numbers. The prime numbers will appear in the "results" tab.
This prime number calculator is made from the following logic; it divides the given number by the first prime number. If the number has no decimals, it moves on, but if it does have decimals and it is testing the last number on the list, the number is added to results. The calculated prime numbers are reused to calculate more prime numbers :) Also apparently there is a faster way to do this? I'm not a genius in any way, shape or form >.> I tried to optimize it but it broke