About 469,000 results
Open links in new tab
  1. Java Program To Calculate Discount Of Product | Programs

    Apr 16, 2025 · With the help of the following program, you can calculate the discount of a product instantly. The following code has been written in five different ways. By using standard values, …

  2. Write a Java program to calculate Discount Price - CodeVsColor

    May 3, 2023 · Java program to calculate the discount price and the final price of a product in 3 different ways. We will learn how to calculate the discounted price with user input values with …

  3. java - How to write a program that solves discount - Stack Overflow

    Sep 27, 2014 · Quantity discounts are applied if the number of packages ordered is: Create an application SoftwareSales that prompts the user to enter the number of software packages …

  4. java - How to take discount calculation - Stack Overflow

    Feb 15, 2019 · I would want the user to receive a 10% discount if he/she is over 60 (age>60) and 5% discount if he/she is between over 55 and equal to 60. (60<=age>55). I know that my ...

  5. Java Quantity Discount Calculation - CodePal

    Learn how to calculate quantity discounts in Java with a step-by-step guide and code example. Understand the discount rates based on different quantity ranges and implement them in your …

  6. Java Program to Calculate Discount and Price to Paid

    This article is created to cover some programs in Java that can calculate the discount and the price that has to be paid after providing the total amount of shopping. The discount must be …

  7. Write a program in Java using a method Discount to ... - KnowledgeBoat

    Use overload methods Discount (int), Discount (int,int) and Discount (int,int,int) to calculate single discount and successive discount respectively. Calculate and display the amount to be paid by …

  8. Find Discount in Java | AlgoCademy

    Learn "Find Discount in Java" with our free interactive tutorial. Master this essential concept with step-by-step examples and practice exercises.

  9. Java Program to Calculate Discounted Price - BTech Geeks

    Feb 6, 2024 · Java Program to Calculate Discounted Price. To calculate the final price after discount, we will have to multiply the actual price with the discount and subtract it from the …

  10. Discount Program - Central Connecticut State University

    Here is a (slightly) more realistic program that computes the discounted price of an item given the list price and the percentage discount. Here is an example of the normal operation of this …

  11. Some results have been removed
Refresh