1. Write a program that prints the minimum of four input integers. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

1. Write a program that prints the minimum of four input integers.

Bro slove the program.

1st Dec 2020, 12:17 PM
Aquib Ali
Aquib Ali - avatar
6 Answers
+ 6
Pls show us your attempt first and be clear about where you're getting stuck. Also specify the programming language and then we'll surely try to help you.
1st Dec 2020, 12:25 PM
Bartika🎶
Bartika🎶 - avatar
+ 6
Aquib Ali , you have just started C++ course, so if you get stuck with the task you wanted to solve, it's may be to early to try this. You should either continue learning or repeating previous lessons. Please be patient!
1st Dec 2020, 4:28 PM
Lothar
Lothar - avatar
+ 5
As already mentioned by Såñtösh and Bartika🎶 , you have to share your attempt in order to get the correct code. If you don't have any idea how to do it then here's what you have to do :- 1) consider the first one to be smallest 2) compare it with every other number you have 3) if you find a smaller number then assume it is the smallest. At the end when you have checked all the numbers, you will be having correct minimum number. Now you know what to do, so try it and show your attempt following the same
1st Dec 2020, 12:38 PM
Arsenic
Arsenic - avatar
+ 4
Plz don't give homework here If any confusion then ask here https://www.sololearn.com/Discuss/1316935/?ref=app Aquib Ali I think you should learn start from basics c++
1st Dec 2020, 12:18 PM
Sâñtôsh
Sâñtôsh - avatar
0
Iam a new programming
1st Dec 2020, 12:21 PM
Aquib Ali
Aquib Ali - avatar
0
C++
1st Dec 2020, 12:26 PM
Aquib Ali
Aquib Ali - avatar