D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
bc
/
Examples
/
Filename :
ckbook.b
back
Copy
scale=2 print "\nCheck book program!\n" print " Remember, deposits are negative transactions.\n" print " Exit by a 0 transaction.\n\n" print "Initial balance? "; bal = read() bal /= 1 print "\n" while (1) { "current balance = "; bal "transaction? "; trans = read() if (trans == 0) break; bal -= trans bal /= 1 } quit
Name
Size
Last Modified
Owner
Permissions
Actions
ckbook.b
0.322
KB
July 07 2000 11:34:09
root
0644
pi.b
1.16
KB
July 07 2000 11:34:09
root
0644
primes.b
0.618
KB
July 07 2000 11:34:09
root
0644
twins.b
0.693
KB
July 07 2000 11:34:09
root
0644
2017 © D7net | D704T team