Class TForm1 (unit uexam2)

Inherits from

TForm

Constructors



Functions

procedure Button1Click(Sender: TObject);

Calculates the arg2.

procedure Button2Click(Sender: TObject);

we want to calculate the 3rd root of 8 = 2

Properties

Events

Variables

Button1 : TButton;


Button2 : TButton;



Constructors


Functions


procedure Button1Click(Sender: TObject);

Calculates the arg2.th. root of arg1


procedure Button2Click(Sender: TObject);

we want to calculate the 3rd root of 8 = 2


Properties


Events


Variables


Button1 : TButton;


Button2 : TButton;