F# program to check the given number is even or odd
Program.fs
Output
kodingwindow@kw:~/fsharp$ dotnet run Enter the number 5 5 is an ODD number kodingwindow@kw:~$
Advertisement
kodingwindow@kw:~/fsharp$ dotnet run Enter the number 5 5 is an ODD number kodingwindow@kw:~$