Computer Science, asked by ammarsafdar900, 2 months ago

write a program that read 3 string and print the smallest​

Answers

Answered by ItzMrVinay
3

Explanation:

Input: first = 15, second = 16, third = 10

Output: 10

Input: first = 5, second = 3, third = 6

Output: 3

Similar questions