![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VCs regain interest in open source | iBot | UNIX and Linux RSS News | 0 | 03-06-2008 02:40 PM |
| irix special interest forum? | spowers42 | Post Here to Contact Site Administrators and Moderators | 3 | 07-18-2006 09:10 AM |
| Something of interest, maybe? | dusty20 | News, Links, Events and Announcements | 4 | 11-24-2005 03:03 PM |
| Special interest Forums | norsk hedensk | Post Here to Contact Site Administrators and Moderators | 1 | 08-23-2003 01:49 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to calculate simple interest
can u help me with this
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Um... Could You Be More Vague
Are you looking for a shellscript to calculate interest? Would this be something like you are looking for?
http://www.intuitive.com/wicked/show...29-loancalc.sh |
|
#3
|
|||
|
|||
|
very simple code
if u want a ver sinple code.... here it is:
#! /sbin/ksh read p,n,r si=`expr $p \* $n \* $r \\ 100` echo "Simple intrerest is $si " |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|