teionamwhite3663 teionamwhite3663 07-02-2024 Computers and Technology contestada Write a function exp() in RISC-V that, when given a positive integer x, returns x⁴+ 6x²+3x+4 Your code should include the following: - Write a main() function to call the exp function and print the output in the console.