diff --git a/discount.js b/discount.js index e26fb48..2b3210e 100644 --- a/discount.js +++ b/discount.js @@ -3,11 +3,14 @@ var b = a*10/100 if(a >= 300 && b <= 100){ console.log("you are eligible discount is = " + b) + console.log("Congratulations") } else if (b >=100 ) { console.log("you are eligible maximum discount 100") + console.log("you win our Biggest Discount OFFER") } else{ console.log("you are not eligible ") -} \ No newline at end of file + console.log("Sorry !! Better Luck Next Time") +}