KANISHKA RAVI MADISHETTY

9955
Rank
3
Badges
330
Score
1 – 32 of 32

KANISHKA RAVI MADISHETTYsubmitted aCommenttoProblem 44949. Find the Best Hotels

can anyone tell me the flaw in this code (im still very new to MATLAB) function good = find_good_hotels(hotels,ratings,cutoff) for c = 1:10 //the number 10 is a random number if ratings(c) > cutoff | ratings(c) == cutoff good = hotels(c); else x = "not a good hotel" end end

on 13 May 2021

KANISHKA RAVI MADISHETTYreceivedSolverbadge forSolution 5716115

on 7 May 2021

1 – 32 of 32