- Joined
- Dec 5, 2011
- Messages
- 3
- Reaction score
- 0
int i;
int sco[SIZE];
int SIZE;
float avg;
int x,y;
int sum=0;
for(i=0;i<SIZE;++i)
{
sco - avg = x;
x*x=y;
sum=sum+ y;
}
What is the error???
I got non lvalue assignment..help!!
int sco[SIZE];
int SIZE;
float avg;
int x,y;
int sum=0;
for(i=0;i<SIZE;++i)
{
sco - avg = x;
x*x=y;
sum=sum+ y;
}
What is the error???
I got non lvalue assignment..help!!