Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please use python Question +0 Points (Business check ISBN-10) An ISBN-10 (Intemational Standard Book Number) consists of 10 digits: d1d2d3d4d5d6d7d8d9d10. The last digit 010. is

image text in transcribedplease use python
Question +0 Points (Business check ISBN-10) An ISBN-10 (Intemational Standard Book Number) consists of 10 digits: d1d2d3d4d5d6d7d8d9d10. The last digit 010. is a checksum, which is calculated from the other nine digits using the following formula: (d1 * 1 +d2.2 +d3.3 +d4 4 +d55+ d6 6+d7.7 +48 8+d99) % 11 If the checksum is 10, the last digit is denoted as X according to the ISBN-10 convention Write a program that prompts the user to enter the first 9 digits and displays the 10-digit ISBN (including leading zeros) Sample Run 1 Enter the first 9 digits of an ISBN as a string: 3601267 Incorrect input. It must have exact 9 digits Sample Run 2 Enter the first 9 digits of an ISBN as a string: 013601267 The ISBN-10 number is 0136012671 Sample Run 3 Enter the first 9 digits of an ISBN as a string: 013031997 The ISBN-10 number is 013031997X If you get a logical or runtime error, please refer https://liangpy pearsoncmg.com/faq.html checksum - count for char instein If charisdict(): count1 checksum counteval(char) 8 10 11- O

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Technology And Management Computers And Information Processing Systems For Business

Authors: Robert C. Goldstein

1st Edition

0471887374, 978-0471887379

More Books

Students also viewed these Databases questions

Question

How many multiples of 4 are there between 10 and 250?

Answered: 1 week ago

Question

How many three-digit numbers are divisible by 7?

Answered: 1 week ago

Question

2. What type of team would you recommend?

Answered: 1 week ago

Question

What was the role of the team leader? How was he or she selected?

Answered: 1 week ago