Results 1 to 1 of 1
hey, I need some help here
How would i transform this from C:
Code:
for(i=1;i<n;i++)
{
wt[i]=wt[i-1]+et[i-1];
tot=tot+wt[i];
}
to bash in Nano editor ?...
- 04-18-2011 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 3
Help bash
hey, I need some help here

How would i transform this from C:
to bash in Nano editor ?Code:for(i=1;i<n;i++) { wt[i]=wt[i-1]+et[i-1]; tot=tot+wt[i]; }


Reply With Quote