vaughn2362 vaughn2362 09-04-2024 Engineering contestada Write a function square in risc-v that takes in an integer n and returns its square if n ispositive. otherwise, return 0. Save your source code as task1.s. Test cases:(1) n = 7;(2) n = 13;(3) n = -1.