Computer Science, asked by Ayush679233, 7 months ago

Write a program in Java with the following specifications:

Class name : stat

Data members:

int a[ ] : to contain 10 integers

double m : to store mean of 10 integers

double sd : to store deviation from mean

Members functions :

stat( ) : to initialize array a[ ] , m, sd

double mean( ) : to find the mean of 10 numbers

void dev( ) : to print deviation of each number from the mean

sd = a[ ] - m​

Answers

Answered by priyankakumarichetri
4

wait I will give you answer please give me some time

Answered by ishaanchowdhuryic100
1

Answer:

its a request to everyone give the ans not to leave it

Similar questions