PPRuNe Forums - View Single Post - C Code Anyone?
Thread
:
C Code Anyone?
View Single Post
20th March 2008 | 09:01
#
8
(
permalink
)
under_exposed
Joined:
Jun 2001
Posts:
238
Likes:
40
From:
Bristol,UK
like this?
e = 0;
for(i=1;i<=number;i++)
{
for(j=i+1;j<=number;j++);
{
e += j + c^2
}
}
Reply
0
0
under_exposed
View Public Profile
Find More Posts by under_exposed