Posts by user235404 • 3 points
1 post
-
0
votes2
answers67
viewsQ: Problem when declaring 2 variables
The problem is this, I need to do a function to sum 2 numbers that the user must insert by separating them through commas, eg: 2.3, for such values 2 + 3 = 5, so the result should show 5 as a…