We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Intro-to-Java-Programming/Exercise_03/Exercise_03_09/Exercise_03_09.java
Line 46 in1fcbde2
I think you should useSystem.out.print("The ISBN-10 number is " + d1 + d2 + d3 + d4 + d5+ d6 + d7 + d8 + d9);
System.out.print("The ISBN-10 number is " + d1 + d2 + d3 + d4 + d5+ d6 + d7 + d8 + d9);