I was curious how many combinations are possible in this scenario:
- The characters allowed to make up the combination are so:
- Letters
a-z(lowercase only) - Numbers
0-9 - Underscores
_ - Periods
.
- Letters
- The combination is 4 digits
- The combination cannot end with a period (
.)
Just a side note, this can have repeating characters.
I also appreciate it a lot if someone were to answer this.
38*37*4, but I didn't know how to do it. – myjobistobehappy Nov 28 '20 at 22:54