Question:

Write a little man program that accepts three values as input and outputs them in order of size,lagest to sm?

by  |  earlier

0 LIKES UnLike

help me

 Tags:

   Report

1 ANSWERS


  1. txt1 = a

    txt2 = b

    txt3 = c

    if a > b and a > c then lable1 = a

    end if

    if b > a and b > c then lable1 = b

    end if

    (you can figure out where im going)

    thats kinda a long way of doing it in VB code.... but its easy to understand at least

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.