Answered step by step
Verified Expert Solution
Question
1 Approved Answer
help with hw problem thank you in advance Write a program that asks the user to input a vector of integers of arbitrary length. The
help with hw problem thank you in advance
Write a program that asks the user to input a vector of integers of arbitrary length. The program then counts the number of elements, the number of posi- tive elements, and the number of negative elements divisible by 3. The pro- gram displays the vector that was entered and the results in sentence form, i.e. "The vector has XX elements. XX elements are positive and XX elements are negative divisible by 3", where XX stands for the corresponding number of elements. Execute the program and when the program ask the user to input a vector type randi ([-20 20],1,16). This creates a 16-element vector with random integers between -20 and 20Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started