input
stringlengths
943
1.01k
output
sequencelengths
1
1
id
stringlengths
40
40
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 6.568 -54.375 -81.044 93.673 -11.532 96.851 70.772] Output:
[ "96.851" ]
task095-ed53ffadc148412ab07d8889ac11b31d
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 84.985 16.982 27.568 -95.018 14.25 73.962 48.348] Output:
[ "-95.018" ]
task095-332c1adab02e4b18ba4ac9c1b9c88b38
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 4.83 -95.041] Output:
[ "-95.041" ]
task095-0866ca1c1cf44fb398433e5bd8146ffa
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-96.159 8.717 9.581 6.353 -9.328 -98.23 ] Output:
[ "-98.23" ]
task095-cab6e6451fd7448bac3c3473e7a9b44f
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [87.554 42.459] Output:
[ "87.554" ]
task095-7d2cb0a6d41c404fbc0b99ebaac43d00
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-64.184 -69.07 86.325 -94.204 17.096] Output:
[ "-94.204" ]
task095-027f584f27c94d7babfcff00d4572492
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 63.32 36.359 88.732 -95.722 77.084 58.48 ] Output:
[ "-95.722" ]
task095-5583ab1399934d2182f4dd9097a8dabd
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [80.281 23.698 23.845 -8.419] Output:
[ "80.281" ]
task095-199eda6aa2724273894ffb67cb7f998b
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 7. 61.012 -28.741 -46.618 32.054 -60.394 -66.644 -99.773] Output:
[ "-99.773" ]
task095-5b66679e988d409b913535305e9caac3
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-17.11 1.519 -54.807 51.349 37.013 -30.987 -97.099 -25.046 86.456] Output:
[ "-97.099" ]
task095-aded59fcd7a04ae7b07280f9a77d5c4c
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 8.519 12.589 23.631 29.268 -18.199 -64.327 -76.829 -76.68 68.269 47.759] Output:
[ "-76.829" ]
task095-0df0bbd759ba4f9ebcd3b786a8a7fe0c
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 6.095 27.802 -60.119 -87.386 -19.426 20.778 42.709 41.597] Output:
[ "-87.386" ]
task095-388ec819f46e4fad83d217afa50011bc
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ -3.627 92.814 -60.5 54.292 -8.39 95.807] Output:
[ "95.807" ]
task095-c734304709604f9485de082b4876c4af
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 37.093 -55.552 96.203 -42.199 13.042 59.689] Output:
[ "96.203" ]
task095-dd0bbf27c5524571b6951a6bee8aad69
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-41.048 78.289 -16.306 23.869 27.42 -41.534 96.362 97.415 83.398] Output:
[ "97.415" ]
task095-dcd6db1ac2de4a5897553fbfc1fa1f9c
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ -8.662 -27.658 77.932 94.557 78.254 -63. 57.93 17.904] Output:
[ "94.557" ]
task095-b9c28d1d318f469dbd3811c7d2cf2685
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-29.283 53.99 -7.069 2.511 -42.144 44.797] Output:
[ "53.99" ]
task095-83394918ef46423d9e6bf81a9544518f
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 30.744 53.147 -70.837 -29.13 -72.369 -79.909] Output:
[ "-79.909" ]
task095-7f8132328c554856a617b5d2394022dc
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 77.005 34.343 74.688 -78.34 39.648] Output:
[ "-78.34" ]
task095-ca68314b4c524294bfe36d831b038f2f
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-27.997 -64.874 40.588 6.763] Output:
[ "-64.874" ]
task095-1d1684cf78a64d418405ffbd8acc0735
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-64.82 86.786 90.085] Output:
[ "90.085" ]
task095-fb50c509b0384972b1a978ec5b4cd8fe
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-38.739 89.483 -76.418 -65.571 12.987 36.138 3.101 -45.814 -0.317] Output:
[ "89.483" ]
task095-9bd3134317544b4789bf5b8ff979a9b6
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 78.015 -69.672 59.36 21.729 25.493] Output:
[ "78.015" ]
task095-51d2c594bd324ce4abf334a9625871a4
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 35.116 -66.173 10.902 -51.989 38.891 49.182 -33.598 -9.902] Output:
[ "-66.173" ]
task095-11fc9ee0bfd24b969f75b2a553fe09bd
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-49.77 41.164 94.95 -66.816 20.32 -57.156 -78.232 -37.824 82.168 71.142] Output:
[ "94.95" ]
task095-e47451a26ec34d85aeb23a8d514e31d8
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ -6.757 -99.873 -94.994] Output:
[ "-99.873" ]
task095-a7dec02c6ad44f41b21824e9d70163ff
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-46.954 -55.811 -80.879 26.456 87.59 -37.772 92.469] Output:
[ "92.469" ]
task095-4d762ad4abb544bc9c8736b1cda6e64e
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-88.035 42.045 85.759 47.115 -65.587 -16.58 99.254 0.374 15.317] Output:
[ "99.254" ]
task095-2a33694d97fc460c85b0a294df2b9b4e
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ -0.993 10.858 -67.86 -58.607 87.275 76.822] Output:
[ "87.275" ]
task095-4234f1125d7048b19a6372b097d81b60
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 97.691 -94.88 42.813 44.618 74.058] Output:
[ "97.691" ]
task095-03f091f57e034591906340c32ea8faab
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 44.047 30.82 71.823 93.421 15.619 -59.978] Output:
[ "93.421" ]
task095-de86c60b1ea24418a167d004a5404a00
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-14.196 -15.883 95.996 -75.168 78.86 -20.781 86.4 14.506] Output:
[ "95.996" ]
task095-508dea7ecca343c4891c10f6441ed259
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 29.005 -47.323 -2.976 -43.112 51.727 85.135 40.349 -86.543 90.441] Output:
[ "90.441" ]
task095-9f18291934524b3db658d4ed4508ed77
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 76.07 3.331 -62.227 60.967 59.478 -58.545 -77.242] Output:
[ "-77.242" ]
task095-297b598635df4c6a879bb9e86a22fb64
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 39.6 60.195 46.995 17.566 -64.792 -94.927] Output:
[ "-94.927" ]
task095-3c3541524afb43c1b8b7a8c4adf85dc7
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-70.198 43.96 -90.57 -38.384 59.315 41.852 -57.364 -23.918 99.312] Output:
[ "99.312" ]
task095-650ffeb0fee44c758a9a9dcf9634967a
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-63.159 -76.951 53.517 -9.024 -48.377 -72.786 3.243] Output:
[ "-76.951" ]
task095-c8114a5953214b6fa135dcd2f069bfe6
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-57.78 13.504 74.33 ] Output:
[ "74.33" ]
task095-c95640d7c7874f95a3abd873f4d466fe
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-77.476 -52.085] Output:
[ "-77.476" ]
task095-5469fb24880444c39af7d64bc8522e06
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-17.062 -55.83 97.134 83.498] Output:
[ "97.134" ]
task095-adfce5d6c12f491c81c2489214195951
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-18.434 -90.245] Output:
[ "-90.245" ]
task095-784e591624a74596a5418691c89b0a5a
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 28.757 40.152 -30.064 -53.041] Output:
[ "-53.041" ]
task095-e49912444b514a3fbe9e958272e9fc1b
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 72.777 89.952 57.775 93.877 51.094 -2.464 6.034 -79.419 37.498 38.265] Output:
[ "93.877" ]
task095-4d0611cb9377454b81193f9daca5f473
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [73.992 68.433 48.882 -5.371 59.316] Output:
[ "73.992" ]
task095-6b4789bc3cbb4562851aba1f1f628773
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 24.091 48.123 74.85 85.082 -89.599 85.015] Output:
[ "-89.599" ]
task095-439ecb1ef96c46ae8f7f245fb2859cd6
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 92.579 -46.969 78.898 -47.157 23.627] Output:
[ "92.579" ]
task095-f4bc243241d24467a024de1b8ad35f10
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 4.249 21.677 -36.509 22.636] Output:
[ "-36.509" ]
task095-636208dc0c44475a9bd6270a400cae7c
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ -3.323 49.393 56.267 -10.978 -91.589 29.088 -0.719 -99.152] Output:
[ "-99.152" ]
task095-6039e7326d144db39b32de354353fd9b
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 31.335 5.563 -65.117] Output:
[ "-65.117" ]
task095-d0251df750204816b8f457d541ad7fbc
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-97.851 18.291 -0.207 88.408 11.548 31.533] Output:
[ "-97.851" ]
task095-089e7d1205c8451493d7c4de3cb96e0e
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 44.173 -34.783 67.884 58.964 -11.902 -42.813 -85.167 -78.433] Output:
[ "-85.167" ]
task095-ffae9077ab26431ca3989e0f5d896953
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-68.386 -45.018 -69.073 -12.085 13.174 -34.584 -89.215 54.889] Output:
[ "-89.215" ]
task095-b056abaeca65409d9272abcd71ca72c2
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [96.059 84.087] Output:
[ "96.059" ]
task095-da5af40c6fe24c628be76c8eda754b58
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 35.222 -66.197 5.801 47.587] Output:
[ "-66.197" ]
task095-9ac94f2bdc1a4bb9b0fdaacace8200bb
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-39.119 -31.699 34. ] Output:
[ "-39.119" ]
task095-da4340e563bf4c29a43173b0074211ac
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-72.657 -6.94 -4.432 -29.876 87.456] Output:
[ "87.456" ]
task095-0726b8ee6997493192ddc95e8acbeb34
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-67.968 78.297 36.473 55.153 -38.037 12.83 ] Output:
[ "78.297" ]
task095-9f270bd9bb9a41b4a24c96aaa6be1586
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 42.528 -42.315 18.17 -57.922] Output:
[ "-57.922" ]
task095-0d8bdaa9a0cb45a391e468dbbef0cf74
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-42.244 26.463 -3.637 48.004] Output:
[ "48.004" ]
task095-65e397e3f77946f786d220d22145059f
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-62.436 -47.177 7.522 11.476 34.466] Output:
[ "-62.436" ]
task095-82dfe86bd7be4e06983841b117816c23
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 85.76 90.509 -74.695 14.579 83.096 43.888 92.119 78.586] Output:
[ "92.119" ]
task095-c0a43965416447c7b4f6afd55230e828
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 67.734 39.866 0.34 -13.97 19.591] Output:
[ "67.734" ]
task095-2bde8e9ce74c45cfb5d866d5c2fb60e5
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-47.613 84.183 -77.987 -98.481 -99.704 21.223] Output:
[ "-99.704" ]
task095-266a8efff98c4618a307a77c2db37d09
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-66.256 -37.463 26.675 -17.943 -1.047 -24.188 -91.768] Output:
[ "-91.768" ]
task095-774aadef3c82451ea62dd0939d0e8f92
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-39.714 -23.518 -26.338 24.109 47.339 -19.457 3.072] Output:
[ "47.339" ]
task095-a65a21c996104de6a679832ca3a60c63
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 49.021 15.49 -17.042 48.315 -13.47 9.924 -17.009 -40.649 2.415] Output:
[ "49.021" ]
task095-ec98b28386074f6a82fec5c78a4e7c8e
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-29.018 98.202 41.158 3.958 -25.108] Output:
[ "98.202" ]
task095-43be6aaab5c6475c9b12b120f6be22e9
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 42.268 -16.711 94.46 78.809 70.692 73.179 26.857 -30.166 -68.974 23.723] Output:
[ "94.46" ]
task095-b9ef75fde90a439da6c9016272694586
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-31.116 92.875 50.083 -24.042 -21.518 39.274] Output:
[ "92.875" ]
task095-b0eb9209d4f84fa7adefcdeced622463
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [55.321 89.509 49.085] Output:
[ "89.509" ]
task095-e10ff0ae7aee4ae4b8650dad113316c9
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 66.978 -65.851 40.167 -25.561 -10.177 82.176 87.479 23.442] Output:
[ "87.479" ]
task095-6779335d33c44cd594f265f9a8280bab
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [25.699 93.772 -3.089 64.15 -8.259] Output:
[ "93.772" ]
task095-3434b007c99c467eb107cc7d1bbe5add
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 87.078 -9.681 -89.83 -12.436 29.584] Output:
[ "-89.83" ]
task095-d530303927074aae900c36c9a372e8b0
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 71.429 -92.775 93.587 -18.347 68.609 73.046] Output:
[ "93.587" ]
task095-5a093a0d21ef4405819efafea69da000
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 66.819 -56.775 -23.171 -86.337 -11.803 -17.455] Output:
[ "-86.337" ]
task095-c04a487e358741789840d0ab61bccd84
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 20.481 41.267 12.695 -89.141 72.422] Output:
[ "-89.141" ]
task095-3e31197db6a944dea54bfb2ffb251d11
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 16.409 -78.793 4.195 -24.155 -65.501 91.229 53.208 -49.621 -15.774] Output:
[ "91.229" ]
task095-d1dcd219ddd6408cb7d08664b46fc825
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 14.37 38.266 -17.008 17.71 22.16 -72.041] Output:
[ "-72.041" ]
task095-6a679339a6b44558a80e4ba7e42eddd7
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 80.614 -45.145 -83.433 -11.565] Output:
[ "-83.433" ]
task095-3412b743a7264db292b94dad404eac9f
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ -0.256 -78.424 -95.245 -77.223 22.512 -87.32 ] Output:
[ "-95.245" ]
task095-3760b78254da4b30a986ed6601c2cb70
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-38.649 -29.512 -94.464 63.001 41.373] Output:
[ "-94.464" ]
task095-566d6a408c044aef8d91c515c5bf9540
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 91.173 1.928 -31.666 57.918 38.356 53.889 95.129] Output:
[ "95.129" ]
task095-6437faff24f6471c97dcca6f3d8f1c4f
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-80.851 75.76 ] Output:
[ "-80.851" ]
task095-83b7c9b9d5c9408ca9d0548b177bfb43
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-73.758 92.772] Output:
[ "92.772" ]
task095-755230c89f2342039033e4aad8eb4a29
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-81.382 28.876 88.213 -92.846 94.38 86.856 42.957 86.944 -12.694 42.888] Output:
[ "94.38" ]
task095-9b73e4ce31fe4a319818507168025951
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-49.673 -73.194 -57.508 -35.61 -2.318] Output:
[ "-73.194" ]
task095-25a94f5f2e944275ac57aeef4ef36cd8
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 21.979 24.831 -56.854 -35.989 7.078] Output:
[ "-56.854" ]
task095-03c99db1b67e4ff0af78772bcf024cb6
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 28.665 -45.694 -51.726 46.564 53.328 65.099 35.96 ] Output:
[ "65.099" ]
task095-15ec4e0a15184af5968612f320b52993
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [87.821 82.14 74.794 75.349 62.239] Output:
[ "87.821" ]
task095-7d0df13510de4b1398f3672f34a74515
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 2.362 -17.61 6.022 49.317 -7.603 97.944 50.364 4.49 -99.297 -29.011] Output:
[ "-99.297" ]
task095-dcdf9592f7ee4caaad654ca3f4a56a53
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ -6.659 30.187 54.936 -99.302] Output:
[ "-99.302" ]
task095-568bbaf3a5104b2b98658fc674ef272e
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 80.572 -65.916 10.147 -65.79 ] Output:
[ "80.572" ]
task095-f343cfb8028849c59567881efec9a6c2
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [56.084 85.394 37.952 70.917] Output:
[ "85.394" ]
task095-384e8ca6bec746c0bfee8416de0efc7b
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [96.292 46.886 56.27 21.775 9.272 82.037 65.276] Output:
[ "96.292" ]
task095-773226c983584536a27e32c91f32f24d
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-36.86 98.398 34.267 28.936] Output:
[ "98.398" ]
task095-c774a6ea32c74233b8880989e64518c9
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [81.584 27.343] Output:
[ "81.584" ]
task095-4f9981da4be64cc6a48fbd7045a324e0
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 92.673 37.193 41.331 -74.581 -82.092 -93.705 47.829 14.452 78.904] Output:
[ "-93.705" ]
task095-6ed1239412c94f568091315336b805df
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [69.389 67.894 -7.501 89.797] Output:
[ "89.797" ]
task095-c4107be05b1b4838892284e734afc3aa
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [-40.314 18.498 -43.251 66.971 -51.408 26.301 -62.228 54.686] Output:
[ "66.971" ]
task095-1ebd3e86cf07446e9e60724d34d449ee
Definition: In mathematics, the absolute value of a number is the non-negative value of that number, without regarding its sign. For example, the absolute value of -2 is 2, and the absolute value of 5 is 5. In this task you will be given a list of numbers and you need to return the element with highest absolute value. If a negative and positive element have the same absolute value you should return the positive element. The absolute value for negative numbers can be found by multiplying them by -1. After finding the element with the maximum absolute value you should return the value of that element before you applied the absolute value. Positive Example 1 - Input: [-11, 2, 3] Output: -11 Positive Example 2 - Input: [-4,-200,19,20,200] Output: 200 Negative Example 1 - Input: [10,-8,-9.9, 1] Output: -9.9 Negative Example 2 - Input: [-15,10,3,-7,-2] Output: 15 Now complete the following example - Input: [ 28.825 4.607 -54.559 26.592 -13.707 -84.415 95.957] Output:
[ "95.957" ]
task095-2bbe9cd2f2074667aefa1a67ec642d76