Page 1 of 1

13. What is the purpose of writing the following algorithm: T:= N1 IF N2
Posted: Sat Nov 27, 2021 2:24 pm
by answerhappygod
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 N 1
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 N 1 (34.41 KiB) Viewed 92 times
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: