Calculate the coupon awarded for different amounts spent

Assignment Help Computer Engineering
Reference no: EM132139039

A supermarket awards coupons depending on how much a customer spends on groceries.

For example, if you spend $50, you will get a coupon worth eight percent of that amount.

The following table shows the percent used to calculate the coupon awarded for different amounts spent.

Write a program that calculates and prints the value of the coupon a person can receive based on groceries purchased.

Here is a sample run:

Please enter the cost of your groceries: 14

You win a discount coupon of $ 1.12. (8% of your purchase)

import java.util.Scanner;

/**

* Code for E5.25

* @author

*/

public class GroceryDiscount

{

public static void main(String[] args)

{

Scanner in = new Scanner(System.in);

System.out.print("Please enter the cost of your groceries: ");

double bill = in.nextDouble();

double coupon = 0;

// Your work goes here

Reference no: EM132139039

Questions Cloud

Describe your selected organization and its compliance : Describe your selected organization and its compliance requirements.Under what conditions would you recommend the use of a cloud computing environment?
How many operations will be required when the input size is : How many operations will be required when the input size is increased from m to 2m (where m is a positive integer)?
Summary of project initiation in the technology world : Summary of what is legal and regulatory obligations regarding data and information security.
Summarize the human-computer interface : Summarize the human-computer interface (HCI) of Microsoft Word 2013 and Visio 2013. Explain the importance of HCI and usability of the software.
Calculate the coupon awarded for different amounts spent : A supermarket awards coupons depending on how much a customer spends on groceries. Calculate the coupon awarded for different amounts spent.
The process of how camera and scanner produce digital image : Summarize the process of how cameras and scanners produce digital images. Compare differences between the production of images on film and digital images.
What is the average queuing delay experienced by message : What is the average queuing delay experienced by the message?What is the average end-to-end delay experienced by the message?
What are some concerns with interconnectivity : What are some of the advantages and disadvantages of telecommunications in the United States and other countries?
How many vertices and edges does g have : Suppose that, in addition to edge capacities, a flow network has vertex capacities. That is each vertex v has a limit l(v) on how much flow can pass through v.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd