Smallest number in C++ / How to Tutorial

preview_player
Показать описание
Smallest number
Write a program whose inputs are three integers, and whose output is the smallest of the three values.

Ex: If the input is:

7 15 3
the output is:

3
C++
Рекомендации по теме
Комментарии
Автор

Thank you for the video, but I am still getting it wrong. When I enter input numbers 6, 10, 10, I get no output. What could I be doing wrong?

Rose-tsq
welcome to shbcf.ru