a friend who is working on learning shell script asked me to do this. Write a script which generates all the letters then reports back whether they are capital or lowercase. It took me a little bit of thinking to come up with one I must admit, but this is what I wrote
(
Read more... )
Comments 3
You can't write a 0 in base 1. 0 in base 1 is just the absence of any marking.
Reply
In Base-n, the counting digits never reach n because it would mean taking advantage of the next numeric place...
So Base-1 should only be allowed to use the counting digit of 0.
Reply
Reply
Leave a comment