Question: Write a program using for loop that: ( a ) Asks the user to enter a numerical vector. ( b ) Doubles the elements that

Write a program using for loop that: (a) Asks the user to enter a numerical vector. (b) Doubles the elements that are positive and even numbers (c) Raises to the power of 3 the elements that are positive and odd numbers (d) Set the negative elements to zero. Try your code for the following vector: [0,-1,3,6,8,-5,-2,0,4]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!