filmov
tv
Java Tutorial 81 - Text Input and Output (I/O) - Exercise - Authors and Books

Показать описание
In this tutorial, I will show you how to write a program that prompts the user to enter the name of an author and the title of a book.
- Display all author's name and their book's title.
Joshua Bloch
Herbert Schildt
Bruce Eckel
Kathy Sierra and Bert Bates
Effective Java
Java: The Complete Reference, Eleventh Edition
Thinking in Java
Head First Java: A Brain-Friendly Guide
Sample Output
Joshua Bloch, Effective Java
Herbert Schildt, Java: The Complete Reference, Eleventh Edition
Bruce Eckel, Thinking in Java
Kathy Sierra and Bert Bates, Head First Java: A Brain-Friendly Guide
- Display all author's name and their book's title.
Joshua Bloch
Herbert Schildt
Bruce Eckel
Kathy Sierra and Bert Bates
Effective Java
Java: The Complete Reference, Eleventh Edition
Thinking in Java
Head First Java: A Brain-Friendly Guide
Sample Output
Joshua Bloch, Effective Java
Herbert Schildt, Java: The Complete Reference, Eleventh Edition
Bruce Eckel, Thinking in Java
Kathy Sierra and Bert Bates, Head First Java: A Brain-Friendly Guide