B
Bill Cunningham
I have been having a little trouble with this page.
http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/#command-line
I wanted to create a command called div that takes two parameters a
numerator and denomenator that works as such:
div 3 15
and the return should be 5. The coding on this page is pretty poor IMO.
Atleast I'm having trouble reading it so that's nothing really new. Does a
for loop always have to be used in the command line situation?
Bill
http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/#command-line
I wanted to create a command called div that takes two parameters a
numerator and denomenator that works as such:
div 3 15
and the return should be 5. The coding on this page is pretty poor IMO.
Atleast I'm having trouble reading it so that's nothing really new. Does a
for loop always have to be used in the command line situation?
Bill