Укажіть, де допущено помилку?


a.
if Num=0 then Label1.Caption:= ‘Ділення на нуль неможливе’;


b.
if num1 < num2 then min := num1; else min := num2;


c.
if num1 > num2 then max := num1

else max := num2;


d.
if (num1 > num2) and (num2 > 0) then ans := num1 + num2;
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.