#24 KIIV
už mi to funguje vyřešil jsem to takto:
if(edtA->Text == "IntToStr")
{
edtB->Text = IntToStr(cislo);
edtC->Text = edtA->Text / edtB->Text;
rbtOdpor->Checked = true;
}
else
if(edtA->Text == "IntToStr")
edtB->Text = IntToStr(cislo);
edtC->Text = edtA->Text * edtB->Text;
rbtOdpor->Checked = true;