128
F# If-elif ladder
F# if-elif ladder executes only one boolean-expression from the multiple boolean-expressions..
Example: if- then elif ladder
Output:
Enter a number to check grade: 85 A Grade
Next TopicF# Pattern Matching