Search here for all the info you want in this Blog

write a program to display greatest of two numbers

'7) write a program to display greatest of two numbers

x  = 10
y  = 15

If x>y Then
MsgBox"X is greater"
Else
MsgBox"Y is greater"
Endif

No comments:

Post a Comment