Suppose you only have one integer what is the minimum then


write a unix c program that reads three nonzero integers and determines and prints the minimum integer. can your program be easily extended to handle a 10-integer case? if not, can you redesign your code such that the structure is extensible to handle bigger case? ( Hint: dont try to compare 10 integers at one time. suppose you only have one integer what is the minimum? then a second integer come in , how to find minimum? now you already know the minimum of the first two, how to find the new minimum when you have 3rd integer come in ?

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: Suppose you only have one integer what is the minimum then
Reference No:- TGS0620256

Expected delivery within 24 Hours