Write a script that returns the absolute value of the elements in x

e.g. x = [-1 -2 -3 -4] --> y = [1 2 3 4]

Solution Stats

789 Solutions

679 Solvers

Last Solution submitted on Jun 05, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...