We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intro-to-Java-Programming/Exercise_03/Exercise_03_09/Exercise_03_09.java
Line 46 in 1fcbde2
I think you should use System.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);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Intro-to-Java-Programming/Exercise_03/Exercise_03_09/Exercise_03_09.java
Line 46 in 1fcbde2
I think you should use
System.out.print("The ISBN-10 number is " + d1 + d2 + d3 + d4 + d5+ d6 + d7 + d8 + d9);
The text was updated successfully, but these errors were encountered: