1 Commits
Author SHA1 Message Date
Aryan 37f479c4e6 Merge pull request 'HW-06' (#1) from develop into main
Reviewed-on: #1

90 / 100

problems  :

1 - Validation : if(id<=0 || quantity<=0 || discountPercent<0 || discountPercent>99)
test : 1,5,120 -> wrong output

2 - totalDiscountValue
2026-06-22 01:06:06 +00:00