Need Help with a small project !

i need to delete this topic from this forum
Last edited on
Hello
Everyone
I am a beginner in c++ and I got an assignment as follows

And this is the point where I stop to read
Hello
I have some basic parts if there is some thinkings that i cannot do my project on my own
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

int main ()
{
const int data[5]={ 5, 6, 7, 10, 12};
int list=5;
int DistancefromtheMean;
int SumoftheSquares;
int divide;
float squareroot=0;
int sum;
int average;
int i=0;
int j=0;
int k=0;

but not sure that what to do after this like using the formulas
but not sure that what to do after this like using the formulas

You better start with "Hello world".
Topic archived. No new replies allowed.