Question:

 Write an algorithm which takes two numbers and display the smaller among them?

by Guest5057  |  12 years, 7 month(s) ago

0 LIKES UnLike

 Write an algorithm which takes two numbers and display the smaller among them?

 Tags: Algorithm, display, takes, write

   Report

2 ANSWERS

  1. Guest5121

    post the algorithm which u have made no one aint gonna do ure home work :)

  2. Guest8069

     int a, int b;


    if a<b


    printf a;


    else


    printf b;

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 13 years ago.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions