Array Prime Numbers
This code will print the PRIME Numbers between 1 to 100 You can change the upper limit 100 by changing the index of Variable Num[]
- Read more about Array Prime Numbers
- Log in or register to post comments
- 146 views
3. Copy and paste the sourcecodes below:
unit Unit1;
interface
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls;
type
TForm1 = class(TForm)
Edit1: TEdit;
Label1: TLabel;
Edit2: TEdit;