Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,12 +0,0 @@
|
|||
Function odd_or_even(n)
|
||||
If n Mod 2 = 0 Then
|
||||
odd_or_even = "Even"
|
||||
Else
|
||||
odd_or_even = "Odd"
|
||||
End If
|
||||
End Function
|
||||
|
||||
WScript.StdOut.Write "Please enter a number: "
|
||||
n = WScript.StdIn.ReadLine
|
||||
WScript.StdOut.Write n & " is " & odd_or_even(CInt(n))
|
||||
WScript.StdOut.WriteLine
|
||||
Loading…
Add table
Add a link
Reference in a new issue