gzagraba-xopero / demo-project-2

0 stars 0 forks source link

Bug Fix #3

Closed gzagraba-xopero closed 12 months ago

gzagraba-xopero commented 12 months ago

In this second version, we've added a bug fix. Now, the add_numbers function checks if the inputs are valid numbers (integers or floats) before performing the addition. This prevents unintended errors when non-numeric inputs are provided.

gzagraba-xopero commented 12 months ago

User Interaction Modifications needed

gzagraba-xopero commented 12 months ago

We'll sort it in the next version