
Can I write this code in other form:
if (quantity>=5) { System.out.println("Congrats!! You get a discount of 5%."); } else { System.out.println("you can avail a discount of 5% when you make a purchase of 5 items."); }

You can use JOptionPane.showMessageDialog() to display the above messages. Moreover, you can also use Label.setText() method to display the message.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.