Write a program whose inputs are three integers, and whose output is the smallest of the three values.

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter2: Using Data
Section: Chapter Questions
Problem 17RQ: When you perform arithmetic operations with operands of different types, such as adding an int and a...
icon
Related questions
icon
Concept explainers
Question
100%
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
ACTIVITY
1 #include <iostream>
2 using namespace std;
3
4 int main() {
5
6
7
Smallest number
8
9 }
/* Type your code here. */
return 0;
main.cpp
Transcribed Image Text: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 ACTIVITY 1 #include <iostream> 2 using namespace std; 3 4 int main() { 5 6 7 Smallest number 8 9 } /* Type your code here. */ return 0; main.cpp
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Operators
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,