Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I cannot get this to run in microsoft visual for c programming. i have listed the errors below Error (active) E0028 expression must have a

I cannot get this to run in microsoft visual for c programming. i have listed the errors below

Error (active) E0028 expression must have a constant value

Warning C4244 '+=': conversion from 'double' to 'float', possible loss of data

Warning C4244 '=': conversion from 'double' to 'float', possible loss of data

Error C2057 expected constant expression

Error C2466 cannot allocate an array of constant size

Error C2133 'arr': unknown size

#include #include void outLier(int *arr,int l, float *plus3StdDeviation, float *minus3StdDeviation){ float mean,sum=0,sum2=0; float stdDeviation; for(int i=0;i

outLier(arr,n,&plus3StdDeviation,&minus3StdDeviation); //passing by reference printf("+3 Standard deviation : %f ",(plus3StdDeviation)); printf("-3 Standard deviation : %f ",(minus3StdDeviation));

return 0; }

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Robb,Carlos Coronel

5th Edition

061906269X, 9780619062699

More Books

Students also viewed these Databases questions

Question

1. How will you, as city manager, handle these requests?

Answered: 1 week ago

Question

1. Identify the sources for this conflict.

Answered: 1 week ago

Question

3. How would you address the problems that make up the situation?

Answered: 1 week ago