So I'm trying to write a loop that displays the characters in a string message in reverse order and then I need to write a function "scalarMultArray" that multiplies an entire floating-point array x (consisting of n elements) by a single floating-point scalar c. Array x should be used for input/output.
I have no idea how to do this. I'm not knowledgable in arrays. Anyone can help? I have a program that needs to have these to functions in side of them and I'm not sure how to do them. Thank you for any help.