You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When items and expenditure percentage is entered and calculated, for item 1 it gives item 1's calculation and for irem 2 it gives item 1 and item 2's calculations again, the iterations are unnecessary. They only confuse the consumers more.
How can we reproduce this bug?
adding an item one after another is giving wrong format of output.
input- food, 10
output seen: "you have 90% right now"
calculation: Food 1000
input- travel, 20
output seen: "you have 70% right now"
calculation: Food 1000
Travel 2000
What happened?
When items and expenditure percentage is entered and calculated, for item 1 it gives item 1's calculation and for irem 2 it gives item 1 and item 2's calculations again, the iterations are unnecessary. They only confuse the consumers more.
How can we reproduce this bug?
adding an item one after another is giving wrong format of output.
input- food, 10
output seen: "you have 90% right now"
calculation: Food 1000
input- travel, 20
output seen: "you have 70% right now"
calculation: Food 1000
Travel 2000
Expected output calculation:
Food 1000
Travel 2000
overall output calculation:
Food 1000
Food 1000
Travel 2000
Desktop Information (Optional)
No response
Urgency (Optional)
None
The text was updated successfully, but these errors were encountered: