Problem 2946. Where is she?
Given the numbers 12, 3, 6, 9
Tell where the girl is located. That is:
Look to your 3 o'clock = look right
Example
x = 3
fprintf('Look Right \n')
Solution Stats
Problem Comments
-
1 Comment
Martin Thomas
on 2 Dec 2019
Really, you should have a link between what directions you're looking, looking up and backwards aren't technically a pair, should really be look up/down or forward/back.
Solution Comments
Show commentsProblem Recent Solvers114
Suggested Problems
-
Replace multiples of 5 with NaN
453 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
390 Solvers
-
1628 Solvers
-
163 Solvers
-
Convert from Fahrenheit to Celsius
26720 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!