Hi currently I have some code that will display several answer. My problem is how can I display the smallest answer only.
Here is my output:
For the final result, I just want display the smallest answer. Like this:
9 7 6 = 2
Only that answer I want to display. How can I do that?
Here is my code: