CS计算机代考程序代写 function show(d::Doors)

function show(d::Doors)
println(” prize = “, prize(d) > 0 ? prize(d) : “<>”)
println(” chosen = “, chosen(d) > 0 ? chosen(d) : “<>”)
println(” reveal = “, revealed(d) > 0 ? revealed(d) : “<>”)
end

verbose_withlinenum(sim::MonteHall) = false
verbose_splitstate(sim::MonteHall) = true