answersLogoWhite

0

#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;

}

}

}

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
ReneRene
Change my mind. I dare you.
Chat with Rene
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa

Add your answer:

Earn +20 pts
Q: Write algorithm to find middle number in three numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp