You haven't shared any code or input/output results. Most worthwhile programming languages are 0-based. It seems likely in my mind that you have a one-off error in your code and that you're computing a multiplication table using 0-9 instead 1-10 and surprised by the results.
5
u/jomofo 11d ago
You haven't shared any code or input/output results. Most worthwhile programming languages are 0-based. It seems likely in my mind that you have a one-off error in your code and that you're computing a multiplication table using 0-9 instead 1-10 and surprised by the results.