- Home
·
- Math/Dates
·
- Find a numer is odd or even without any conditional statements
Find a numer is odd or even without any conditional statements
Find a numer is odd or even without any conditional statements
API Declarations
dim n as integer
Rate Find a numer is odd or even without any conditional statements
(2(2 Vote))
a(0)="Even"
a(1)="Odd"
end sub
private sub form_click()
a=inputbox("Enter a Number")
msg a(n mod 2)
end sub
Find a numer is odd or even without any conditional statements Comments
No comments yet — be the first to post one!
Post a Comment