write a program that read 3 string and print the smallest
Answers
Answered by
3
Explanation:
Input: first = 15, second = 16, third = 10
Output: 10
Input: first = 5, second = 3, third = 6
Output: 3
Similar questions