(Business: check ISBN-13) ISBN-13 is a new standard for identifying books. It uses 13 digits: did₂d3ddddddd10d11d12d13. The last digit, d₁3, is a checksum, which is calculated from the other digits using the following formula: 10 - (d₁ + 3d₂+ d3 + 3d₁ + d5 + 3d6 + d7 + 3dg + d9 + 3d10 + d₁1 + 3d₁2) % 10 If the checksum is 10, replace it with 0. Your program should read the input as a string. Here are sample runs: Enter the first 12 digits of an ISBN-13 as a string: 978013213080 Enter The ISBN-13 number is 9780132130806 Enter the first 12 digits of an ISBN-13 as a string: 978013213079 Enter The ISBN-13 number is 9780132130790

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter3: Assignment, Formatting, And Interactive Input
Section3.2: Formatting Numbers For Program Output
Problem 5E
icon
Related questions
Question

use python language only, no c++ or other

(Business: check ISBN-13) ISBN-13 is a new standard for identifying books. It
uses 13 digits: d₁d2d3d4d5d6d7d8d9d10d11d12d13. The last digit, d₁3, is a checksum,
which is calculated from the other digits using the following formula:
10 (d₁ + 3d₂+ d3 + 3d₁ + d5 + 3d6 + d7 + 3dg + d9 + 3d₁0 + d₁1 + 3d₁2) % 10
If the checksum is 10, replace it with 0. Your program should read the input as a
string. Here are sample runs:
Enter the first 12 digits of an ISBN-13 as a string:
978013213080 Enter
The ISBN-13 number is 9780132130806
Enter the first 12 digits of an ISBN-13 as a string:
978013213079
Enter
The ISBN-13 number is 9780132130790
Transcribed Image Text:(Business: check ISBN-13) ISBN-13 is a new standard for identifying books. It uses 13 digits: d₁d2d3d4d5d6d7d8d9d10d11d12d13. The last digit, d₁3, is a checksum, which is calculated from the other digits using the following formula: 10 (d₁ + 3d₂+ d3 + 3d₁ + d5 + 3d6 + d7 + 3dg + d9 + 3d₁0 + d₁1 + 3d₁2) % 10 If the checksum is 10, replace it with 0. Your program should read the input as a string. Here are sample runs: Enter the first 12 digits of an ISBN-13 as a string: 978013213080 Enter The ISBN-13 number is 9780132130806 Enter the first 12 digits of an ISBN-13 as a string: 978013213079 Enter The ISBN-13 number is 9780132130790
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Literals
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning