How do I fix the last function for quicksort to print at the endF#. The error is quicksort2 is not defined to print
#light
module Program //library
open System //header
//this is the function
let sphereVolume radius : float =
let PI = 3.14156
let fourthird = 1.3333
fourthird * PI * radius * radius * radius
Console.Write(“Enter the radius: “)//Asking for user input
let input : float = float(Console.ReadLine())
Console.Write(“The radius: {0}n”, input)
let vol = sphereVolume input
Console.Write(“The volume: {0}”, vol)
// Return an integer exit code
Console.ReadKey(true)//keep console open
;;;
module Program = //library
let max num1 num2 : int32 =
// function body
if(num1>num2)then
num1
else num2
let res = max 39 52
printfn ” Max Value: %d ” res
let
PayPal Gateway not configured
PayPal Gateway not configured