Intro to Java Programming, Comprehensive Version, Loose Leaf Edition
T**S
I'm Learning Java Correctly
I love the book, but it's 1217 pages end to end. I'm going to learn Java the right way and get a job as a Java Engineer thanks to the author of this book (Professor Y. Daniel Liang). I would recommend this book to anyone who wants to learn Java properlyCheckout this code; i made one mistake and it wouldn't run right. I contacted Professor Liang and it runsimport java.util.Scanner;public class ComputeLoan { public static void main(String[] args) { // Create A Scanner Scanner input = new Scanner (System.in); // Enter annual interest rate in percentage, e. g., 725 System.out.print("Enter annual interest rate e.g., 0.8"); double annualInterestRate = input.nextDouble(); // Obtain monthly interest rate double monthlyInterestRate = annualInterestRate /1200; // Enter number of years System.out.print("Enter number of years"); int numberOfYears = input.nextInt(); // Enter loan amount System.out.print("Enter loan amount, e.g. 1200000.95"); double loanAmount = input.nextDouble(); // Calculate payment double monthlyPayment = loanAmount * monthlyInterestRate / (1 - 1 / Math.pow(1 + monthlyInterestRate, numberOfYears * 12)); double totalPayment = monthlyPayment * numberOfYears * 12; // Display results System.out.println("The Monthly Payment is $ " + (int)(monthlyPayment * 100) / 100.0); System.out.println("The Total Payment is $ " + (int)(totalPayment * 100) / 100.0); }}Learning Java is awesome now
H**N
Java OOP
This books helps to understand Java oop . Which is pretty hard I think. Clear explanation with lot of examples
J**B
Big textbook but affordable
The packaging wasn’t great and in no way protected the pages but the content of the book is great, especially at this price. There is a lot of online content on the companion website that you can download for the book. You will want to download the last 10 or so chapters from the companion website. Overall it’s a great textbook.
S**I
Best and Affordable for Students
The paper quality is very good , its like a new book without hard cover or paper cover. the new book is around 150$ . But this format is very much affordable and readable too.
L**N
Best java text book for training
Very complete text book. The loose leaf format makes the price reasonable and it allows the book to open flat when using it. I'm an instructor and have been using this book for about 10 years to teach Java SE and introduce JEE.
I**N
Impressive Quality
I had some expectation before ordering this loose leaf edition but the product is above my expectations. It's great quality and alive colors. This edition is best for the price! I highly recommend this book if you are developing yourself into well equipped developer.
H**N
Excellent book for reasonable price
The best written textbook for Intro to Computer Science in Java with excellent examples! I love it!
J**S
Good book
Good for college
V**O
Difícil de comprar carpetas de 3 anillas para o livro
Deveria ter 4 furos e não 3 porque no há carpetas de 3 anillas na Europa
Trustpilot
1 day ago
1 month ago