❔ Trying to build a Windows Form that displays factorial equation
I'm have built a simple form that displays the result of a factorial equation with N input (pictured attached).
However, Id like to take it a step further and input the equation within the calculation.
Example:
4! = 4 * 3 * 2 * 1 = 24
I don't know if that's possible, but I think it could be a pretty cool addition. Is becoming troublesome since I cannot add items within the line as .Add adds to a list by jumps... Dunno if what I want can be achieved 🙂3 Replies
of course you can add things within the line
Ero#1111
REPL Result: Success
Result: string
Compile: 581.238ms | Execution: 64.359ms | React with ❌ to remove this embed.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.
Was this issue resolved? If so, run /close
- otherwise I will mark this as stale and this post will be archived until there is new activity.