13. What is the purpose of writing the following algorithm: T:= N1 IF N2
Posted: Sat Nov 27, 2021 2:24 pm
13. What is the purpose of writing the following algorithm: T:= N1 IF N2<T THEN BEGIN T:=N2 END IF N3 <T THEN BEGIN T:=N3 END Z:=T (a.). To assign the lowest value to Z value to Z (b.) To assign the highest The purpose of the algorithm is:
Posted: Sat Nov 27, 2021 2:24 pm
13. What is the purpose of writing the following algorithm: T:= N1 IF N2<T THEN BEGIN T:=N2 END IF N3 <T THEN BEGIN T:=N3 END Z:=T (a.). To assign the lowest value to Z value to Z (b.) To assign the highest The purpose of the algorithm is: