Program that prompts the userto enter a credit card

Assignment Help JAVA Programming
Reference no: EM131590542

Credit card numbers follow certain patterns. A credit card number must have between 13 and 16 digits. It must start with:

4 for Visa cards

5 for Master cards

37 for American Express cards

6 for Discover cards

In 1954, Hans Luhn of IBM proposed an algorithm for validating credit card numbers. The algorithm is useful to determine if a card number is entered correctly or if a credit card is scanned correctly by a scanner. Almost all credit card numbers are generated following this validity check, commonly known as the Luhn check or the Mod 10 check, whichcan be described as follows (for illustration, consider the card number4388576018402626):1. Double every second digit from right to left. If doubling of a digit results in a two-digit number, add up the two digits to get a single-digit number.2. Now add all single-digit numbers from Step 1. 3. Add all digits in the odd places from right to left in the card number.4. Sum the results from Step 2 and Step 3.5. If the result from Step 4 is divisible by 10, the card number is valid; otherwise, it is invalid.

Write a program that prompts the userto enter a credit card number as a long integer. Display whether the number isvalid or invalid.
2 requirment

1) put comments to explain each step and syntax used (this is must )

2) attach screenshot to show the code works

Reference no: EM131590542

Questions Cloud

Calculate the maintenance department cost : Krenz Foundry has 3 support departments and 2 operating departments. If the direct method of allocation is used, calculate the maintenance department cost
Explain generalizability why is this an important concept : Explain generalizability. Why is this an important concept, If a study lacks it can it still be considered valid, Why or why not
Analyze and explain how you would use dns in your plan : Outline a plan for the development of an addressing and naming model in an environment of the following scenario: Ten (10) departments in a 1,000-employee.
Should new issue be undertaken based on earnings per share : Assume the Hamilton Corporation can earn 7.00 percent on the proceeds. Calculate earnings per share. Should new issue be undertaken based on earnings per share?
Program that prompts the userto enter a credit card : Write a program that prompts the userto enter a credit card number as a long integer. Display whether the number isvalid or invalid.
Allocate the joint costs using the physical output method : Pepsi Beverages processes soft drinks and bottles it as Marinda, Seven up and Coke. Allocate the joint costs using the physical output method
Peripheral nervous systems and the sensory organs : What is the relationship between the central and peripheral nervous systems and the sensory organs?
Create a hypothetical research some survey method : Create a hypothetical research question that can be answered by some survey method
What types of documents would create using microsoft word : Microsoft Word is primarily used to create written documents (e.g. letters, memos, etc.). What types of documents would you create using Microsoft Word?

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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