subject
Computers and Technology, 23.10.2020 20:20 ctdavis

Another gray seal, Gracie, has also been tracked recently, using a tracking microchip attached to her flipper. This allows scientists to track her movement in the ocean to see her exact location. The following lines of code represent the latitude and longitude of Gracie's
location over time.
lat - [40.59, 40.52, 40.621, 40.519, 40.56, 41.265, 40.61, 40.806, 41.259, 41.265, 41.264, 41.264, 41.259, 41.262, 41.263]
lon = [69.532, 69.419, 69.354, 69.263, 69.478, 79.885, 69.706, 78.331, 70.815, 78.823, 70.815, 78,81, 78.824, 79.811, 70.811]
The lat list indicates how far north and south Gracie the seal has traveled, and the long list represents how far east and west she has
traveled. The larger the latitude value, the further north the seal was located, and for this area of the world, the larger the longitude
value, the further west the seal is located.
Write a program to calculate the farthest in each direction that Gracie was located throughout her travels. Add four print statements to
the lines of code above that output the following, where the number signs are replaced with the correct values from the correct list:
Farthest north - #
Farthest west #
Farthest south - #
Farthest east =#

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:00
Matlab question: use switch and anythe lottery game matches three different integer numbers between 1 and 10. winning depends on how many matching numbers are provided by a player. the player provides three different integers between 1 and 10.if there is a match of all 3 numbers, the winning $ 1000.if there is a match with 2 numbers, the winning $ 10.if there is a match of all with 1 numbers, the winning $ 1.with no match, the winning is $0.write a function lottery3 that checks three numbers provided by a player and determine the winning amount. if the user mistakenly enters same number twice/thrice and if that number matches one of the winning numbers, the code should count that number only once and display correct result. the player doesn’t have to guess the order of numbers.the input to the function lottery3 can have up to two input arguments. the first input argument is a row array numbers with 3 numbers. if the second argument input testcode is present, and is a row vector of 3 values, the function lottery3 uses the code in testcode as the three winning numbers (the test must be three different integer numbers between 1 and 10), else three different numbers will be automatically generated by testcode.the ouput should return the variable winnings and the three winning numbers in the row array winnumbers.hint: make use of the internal function any.restriction: the function must use switch-case statements to determine the winning.example #1: winning = lottery3( [1,2,1],[1,2,3])produceswinning =10example #2: [winning,winnumbers] = lottery3( [1,2,3])produceswinning =3winnumbers =8 5 3
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
I'll mark brainliest if answered right! with which feature or menu option of a word processing program can you make an image like this? you can get this image using the option of a word processing program.
Answers: 1
question
Computers and Technology, 22.06.2019 23:30
What are listed in the vertical columns across the top of the event editor? a. file names b. conditions c. check marks d. action types
Answers: 1
question
Computers and Technology, 23.06.2019 02:30
Research data that is presented using descriptive language is said to be
Answers: 2
You know the right answer?
Another gray seal, Gracie, has also been tracked recently, using a tracking microchip attached to he...
Questions
question
Mathematics, 04.03.2021 21:30
question
Chemistry, 04.03.2021 21:30
question
Arts, 04.03.2021 21:30
question
Mathematics, 04.03.2021 21:30
question
History, 04.03.2021 21:30
Questions on the website: 13722363