Skip to content
Sign UpLog In
Profile icon

hfhfvvheh

@hfhfvvheh
Hello! I am a beginner at coding and am learning Lua for making games!
  • Money Optimizer

    Cover page
    Made with Lua

    This repl will tell you the largest notes/coins you can use to pay for something, so you don't have to try to find all those $2 and $1 coins to add the value up! This will not help with monetary values less than $1.

    Recent comments (1)
    hfhfvvheh
    hfhfvvheh
    2 months ago

    Please comment on how I could improve this!

Repls
Community
hfhfvvheh
hfhfvvheh
published a Repl
2 months ago
0
Money Optimizer
Money OptimizerThis repl will tell you the largest notes/coins you can use to pay for something, so you don't have to try to find all those $2 and $1 coins to add the value up! This will not help with monetary values less than $1.
hfhfvvheh
hfhfvvheh
Please comment on how I could improve this!2 months ago
hfhfvvheh
hfhfvvheh
published a Repl
2 months ago
0
Reverse Counter
Reverse CounterThis Lua program will generate all integer (whole number) values between 2 chosen numbers and print them all! Warning: Do not set numbers with values that are much too high and low, as this may generate too many numbers and be difficult to clear.