100 Mini Java Exercises by Code Leo (10 results)

- Softcover
Seller: PBShop.store UK, Fairford, GLOS, United KingdomPBShop.store UK
Contact seller5-star sellerCondition: New
US$ 23.64
US$ 5.57 shippingShips from United Kingdom to U.S.A.Quantity: Over 20 available
PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000.

- Softcover
Seller: PBShop.store UK, Fairford, GLOS, United KingdomPBShop.store UK
Contact seller5-star sellerCondition: New
US$ 24.55
US$ 6.72 shippingShips from United Kingdom to U.S.A.Quantity: Over 20 available
PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000.

- Softcover
Seller: PBShop.store UK, Fairford, GLOS, United KingdomPBShop.store UK
Contact seller5-star sellerCondition: New
US$ 27.44
US$ 6.72 shippingShips from United Kingdom to U.S.A.Quantity: Over 20 available
PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000.

Language: English
Published by Independently published, 2026
Series: Mini Ejercicios de Java, de principiante a experto., Book 7 of 5. Book 7 of 5 - Mini Ejercicios de Java, de principiante a experto.
- Softcover
- Print on Demand
Seller: California Books, Miami, FL, U.S.A.California Books
Contact seller4-star sellerCondition: New
US$ 22.00
Free ShippingShips within U.S.A.Quantity: Over 20 available
Condition: New. Print on Demand.

- Softcover
- Print on Demand
Seller: California Books, Miami, FL, U.S.A.California Books
Contact seller4-star sellerCondition: New
US$ 24.00
Free ShippingShips within U.S.A.Quantity: Over 20 available
Condition: New. Print on Demand.

- Softcover
Seller: AHA-BUCH GmbH, Einbeck, GermanyAHA-BUCH GmbH
Contact seller5-star sellerCondition: New
US$ 39.93
US$ 72.45 shippingShips from Germany to U.S.A.Quantity: 2 available
Taschenbuch. Condition: Neu. Neuware - Learn object-oriented programming in Java through 100 clear, practical, and progressive mini exercises.This fifth volume in the 100 Java Mini Exercises series is dedicated to one of the most important steps for anyone who wants to truly understand Java: classes, objects, attributes, constru…ctors, encapsulation, and small object-oriented systems.If you already know variables, conditionals, loops, arrays, strings, and methods, this book will help you take the next step: stop writing programs with loose data and start organizing your code around real-world entities.Throughout the book, you will learn how to create classes such as: Person, Student, Product, Book, BankAccount, Employee, Customer, Order, Invoice, Reservation, Course, and many more.Each exercise is designed to help you understand one specific concept without unnecessary theory. You will begin by creating simple classes. Then you will add instance methods, constructors, private attributes, getters, setters, validations, the this keyword, objects inside other objects, and arrays of objects.The goal is to help you understand object-oriented programming step by step, with everyday examples and easy-to-follow Java code.In this book, you will learn how to: - create your own classes in Java;- create objects using new;- work with attributes and instance methods;- use constructors to initialize objects;- protect data with private;- use getters and setters;- validate data inside a class;- understand the this keyword;- create objects related to other objects;- work with arrays of objects;- build small object-oriented console systems.This is not a heavy theory book. It is a hands-on practice book.Each exercise includes a statement, a goal, a complete Java solution, a step-by-step explanation, an object-oriented programming note, and a possible improvement.If you want to understand OOP in Java without getting lost in complicated explanations, this book will guide you from your first class to your first small object-oriented systems.100 Java Mini Exercises: Object-Oriented Programming is the ideal volume to strengthen your Java learning and prepare for the next step: working with collections and dynamic lists such as ArrayList and HashMap.

- Softcover
- Print on Demand
Seller: California Books, Miami, FL, U.S.A.California Books
Contact seller4-star sellerCondition: New
US$ 27.00
Free ShippingShips within U.S.A.Quantity: Over 20 available
Condition: New. Print on Demand.

- Softcover
- Print on Demand
Seller: CitiRetail, Stevenage, United KingdomCitiRetail
Contact seller5-star sellerCondition: New
US$ 28.23
US$ 49.50 shippingShips from United Kingdom to U.S.A.Quantity: 1 available
Paperback. Condition: new. Paperback. If you have already taken your first steps with Java and want to level up for real, this book is the next step you need.100 Mini Java Exercises: Conditionals and Loops is the second book in a 12-volume collection built to help you learn Java in a progressive, practical way without unnecessar…y complications. After learning in the first volume how to use variables, collect input, and perform basic calculations, now it is time for your programs to start making decisions, repeating tasks, and controlling what happens more effectively.Because programming is not just about calculating.Programming is about deciding which path to follow, validating bad input, repeating processes efficiently, and building small applications that respond to the user.In this book, you will work through a clear and carefully planned progression so you can move forward with confidence: simple conditionals with if and elsemultiple conditions with else ifoption selection with switchfor loopswhile loopsdata validationbasic menusmore complete and realistic console programsAcross its 100 mini exercises, this volume will help you build a solid foundation in control logic, one of the most important parts of programming. You will not find random exercises here, but a structured path designed to make learning feel logical and to let the reader notice real progress in both difficulty and skill.On top of that, every exercise follows a teaching format designed to make understanding easier: objectivetaskhintsfull codestep-by-step explanationsample runextra challengeThat makes this book especially useful both for someone studying on their own and for anyone who wants to reinforce classwork, practice from scratch, or get more comfortable with Java in a clear and structured way.This second volume holds a key place in the collection, because it is the book where the reader leaves behind linear programs and starts building programs that react, decide, repeat, and validate.If you are looking for a Java book for beginners that helps you move from the basics to much stronger programming logic, this volume gives you exactly that: real practice, progressive difficulty, and useful learning from page one.Start giving smarter instructions to your programs.Keep moving forward in the collection.And become, exercise by exercise, a more complete programmer. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.

- Softcover
- Print on Demand
Seller: CitiRetail, Stevenage, United KingdomCitiRetail
Contact seller5-star sellerCondition: New
US$ 28.92
US$ 49.50 shippingShips from United Kingdom to U.S.A.Quantity: 1 available
Paperback. Condition: new. Paperback. Learning Java is not just about writing code that works. It is also about learning how to organize it.This fourth book in the series 100 Mini Java Exercises - Learn by Coding Step by Step is dedicated to one of the most important topics for anyone who wants to move forward in programming: me…thods and modularization.After working through the basics of the language, control structures, arrays, and text strings, it is time to take a fundamental step forward: stop writing everything inside main and start splitting programs into clearer, reusable, and easier-to-maintain parts.Throughout this book, you will find 100 practical mini exercises designed to help you learn step by step how to create methods in Java, how to pass parameters, how to return values, when to use void, how to work with boolean methods, and how to organize more complete programs.The book includes exercises on: Basic methods.Methods with parameters.Methods with return values.The difference between void methods and methods that return values.Methods for math calculations.Methods for text strings.Methods for arrays.Integrated modular programs.Each exercise includes a task, a goal, a solution, an explanation, a modularization note, and a possible improvement, so you do not just copy code, but understand why it is written that way.This book is ideal if you already know the basics of Java and want to start writing more organized programs. You do not need to be an expert. You only need the willingness to practice, keep moving forward, and build a solid foundation.If you want to learn Java in a progressive, clear, and practical way, this fourth volume will help you take a decisive step: start thinking like a programmer, not just writing isolated instructions. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.

- Softcover
- Print on Demand
Seller: CitiRetail, Stevenage, United KingdomCitiRetail
Contact seller5-star sellerCondition: New
US$ 31.68
US$ 49.50 shippingShips from United Kingdom to U.S.A.Quantity: 1 available
Paperback. Condition: new. Paperback. Learn object-oriented programming in Java through 100 clear, practical, and progressive mini exercises.This fifth volume in the 100 Java Mini Exercises series is dedicated to one of the most important steps for anyone who wants to truly understand Java: classes, objects, attributes, construc…tors, encapsulation, and small object-oriented systems.If you already know variables, conditionals, loops, arrays, strings, and methods, this book will help you take the next step: stop writing programs with loose data and start organizing your code around real-world entities.Throughout the book, you will learn how to create classes such as: Person, Student, Product, Book, BankAccount, Employee, Customer, Order, Invoice, Reservation, Course, and many more.Each exercise is designed to help you understand one specific concept without unnecessary theory. You will begin by creating simple classes. Then you will add instance methods, constructors, private attributes, getters, setters, validations, the this keyword, objects inside other objects, and arrays of objects.The goal is to help you understand object-oriented programming step by step, with everyday examples and easy-to-follow Java code.In this book, you will learn how to: create your own classes in Java;create objects using new;work with attributes and instance methods;use constructors to initialize objects;protect data with private;use getters and setters;validate data inside a class;understand the this keyword;create objects related to other objects;work with arrays of objects;build small object-oriented console systems.This is not a heavy theory book. It is a hands-on practice book.Each exercise includes a statement, a goal, a complete Java solution, a step-by-step explanation, an object-oriented programming note, and a possible improvement.If you want to understand OOP in Java without getting lost in complicated explanations, this book will guide you from your first class to your first small object-oriented systems.100 Java Mini Exercises: Object-Oriented Programming is the ideal volume to strengthen your Java learning and prepare for the next step: working with collections and dynamic lists such as ArrayList and HashMap. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.