#include<iostream.h>
#include<conio.h>
void main()
{
int a,b,c;
cout<<"enter the value of a"<<endl;
cin>>a;
cout<<"enter the value of b"<<endl;
cin>>b;
cout<<"enter the value of c"<<endl;
cin>>c;
if(a>b)
{
if(b>c)
{
cout<<"the middle number is b:"<<endl;
}
else
{
if(a>c)
{
cout<<"the middle is c:"<<endl;
}
else
{
cout<<"the middle number is b:"<<endl;
}
}
if(a<b)
{
if(b<c)
{
cout<<"the middle number is b:"<<endl;
}
else
{
if(a<c)
{
cout<<"the middle number is c:"<<endl;
}
else
{
cout<<"the middle number is a:"<<endl;
}
}
}
Chat with our AI personalities
Start print "the sum of all even numbers is infinite" end
To find the median of a set of numbers write them in order, then: * if there are an odd number of numbers then the median is the number in the middle * otherwise there are an even number of numbers and the median is the mean average of the two numbers in the middle. With 4 numbers there is an even number of numbers, so the median is the mean average of the 2nd and 3rd numbers when they are sorted into order. Example: Find median of {3, 9, 4, 5} Ordered → {3, 4, 5, 9} → median = mean_average(4, 5) = (4 + 5) ÷ 2 = 4.5
You don't write an algorithm for a C++ program, unless you are documenting the C++ program after-the-fact. The normal procedure is to write the algorithm first, in a language independent fashion, and then translate that stated algorithm into C++ code, or into whatever language you wish.
If it's the number of tons, you write: ' 1 ' If it's the number of pounds, you write: ' 2,000 ' If it's the number of ounces, you write: ' 32,000 '
As a number it is: 1,216,000