Question: Part III - Structure Exercise - Create new folder Start a new project make main.C use functions w / structures In the main.c function ask
Part III Structure Exercise Create new folder
Start a new project
make main.C use functions wstructures
In the main.c function ask the user to enter two dimensional vectors values total and a scalar value value
Create function prototypes above your main function or in a header as was done in Part I for the following processes. Each function will return a structured v
Add two vectors
Subtract two vectors
Multiply a vector by a scalar
Negate a vector invert each value
Take cross product of two vectors
Take dot product of two vectors results in a scalar
Normalize a vector
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
