Identify and correct all the mistakes in the following code…

Identify and correct all the mistakes in the following code snippet that combines two sorted vectors of 5 numbers each into 1 sorted vector in ascending order (small to large). The code continually takes the smaller number from each vector and places that value into the new vector. You cannot add whole new lines of code. To write your response, mention the line number followed by the incorrect code in the line and then the correct code. For example, Line 2: for ii=1:1:5 should be for ii=2:1:10 (this is just an example!). (You cannot add whole new lines of code!) clc ;clear ; v1 = sort ( input (‘Enter a vector of 5 values : ‘)); v2 = sort ( input (‘Enter a vector of 5 values : ‘)); v3 = ;          index2 = index2 + 1;     end end disp (v3 );

A 25.0 kg child is swinging with a maximum angular displacem…

A 25.0 kg child is swinging with a maximum angular displacement of 18.0° on 3.97 m long ropes. At t = 0, the child is at the bottom of their swing. At a much later time, t = 20 s, the child is again at the bottom of their swing. What is the period (in s) of the swinging child?