[solved]-Tried Compile Program Already Answered Keeping Error Error Conversion Type Int Double Ass Q39061390
I have tried to compile this program(as it has been alreadyanswered) , but I am keeping having error: error conversiontype(int to double). what should I do?
AssumeArryStock[] is an array of SIZEto hold values of price type double that has been declared andinitialized.
Thethreshold is an oracle stock price which is 10.25declare as constant int variable type.
- Create and initialize a variable count to keeptrack of the values in in ArryStock[] that are greater thanthreshold
- Using a for loop, count the number of value in the arrayArryStock[] that are greater than threshold anddisplay to outputs the count
Expert Answer
Answer to I have tried to compile this program(as it has been already answered) , but I am keeping having error: error conversion … . . .
OR

