How to print the minor number in a vector | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to print the minor number in a vector

17th Jun 2017, 9:18 AM
Ailton Devesse
Ailton Devesse - avatar
3 Réponses
+ 1
the minor number? which means?
17th Jun 2017, 8:30 PM
Amaras A
Amaras A - avatar
0
The smalest number Example : I have a vector of [1,2,3,4] The smalest number is "1" How can i make the comparisiom so that it can print me the smalest number
17th Jun 2017, 9:18 PM
Ailton Devesse
Ailton Devesse - avatar
0
use the min function
17th Jun 2017, 9:19 PM
Amaras A
Amaras A - avatar