jsquared21 / Intro-to-Java-Programming

Solutions to Programming Exercises in Introduction to Java Programming, Comprehensive Version (10th Edition) by Y. Daniel Liang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong

0YX opened this issue · comments

commented

System.out.println("The ISBN-10 number is " + d1 + d2 + d3 + d4 + d5

I think you should use System.out.print("The ISBN-10 number is " + d1 + d2 + d3 + d4 + d5+ d6 + d7 + d8 + d9);