- 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 91 times
13. What is the purpose of writing the following algorithm: T:= N1 IF N2
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
13. What is the purpose of writing the following algorithm: T:= N1 IF N2
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: