answersLogoWhite

0

dim a,b,c

a=cint(inputbox("enter value for a"))

b=cint(inputbox("enter value for b"))

c=cint(inputbox("enter value for c"))

if((a>b)and(a>c)) then

msgbox "greatest number is a="&a

else if ((b>a)and(b>c)) then

msgbox "greatest number is b="&b

else

msgbox "greatest number is c="&c

end if

end if

User Avatar

Wiki User

13y 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
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve

Add your answer:

Earn +20 pts
Q: How do you find the greatest of three numbers using vb script?
Write your answer...
Submit
Still have questions?
magnify glass
imp