Search Results

Search: Posts Made By: tzeman
3,840
Posted By tzeman
Thanks for the reply "system", I will give it a...
Thanks for the reply "system", I will give it a shot.
3,840
Posted By tzeman
The first one is correct
The first one is correct
3,840
Posted By tzeman
You are correct, the amount of coins....37 = 1...
You are correct, the amount of coins....37 = 1 quarter, 1 dime and 2 pennies
3,840
Posted By tzeman
#!/bin/ksh #Script name is coins file=mynum ...
#!/bin/ksh
#Script name is coins
file=mynum

print -n "Please enter a 2 decimal digit between .01 and 1.00 to receive the correct amount of change: "
read num
if [[ $num = 0||$num -gt 101...
3,840
Posted By tzeman
No, this is not homework. This is something I...
No, this is not homework. This is something I was asked to do to get me used to script writing. I have been looking online and through different books for an example and all I get is confused.
3,840
Posted By tzeman
Converting Coins
Hi all,

I have never written a script so I guess you could say I am very yellow.:) However, I could use some help.... I need to write a Korn Shell Script that converts coins. Meaning if I...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 08:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy