https://github.com/redinfinitypro/javaclass_project9
This Java program includes a main class Chapeter9 that generates random book titles. It also includes a method for generating triangular random numbers, which is used to determine the length of the book titles. The program showcases the creation of book objects with randomly generated titles.
https://github.com/redinfinitypro/javaclass_project9
random scanner
Last synced: 30 days ago
JSON representation
This Java program includes a main class Chapeter9 that generates random book titles. It also includes a method for generating triangular random numbers, which is used to determine the length of the book titles. The program showcases the creation of book objects with randomly generated titles.
- Host: GitHub
- URL: https://github.com/redinfinitypro/javaclass_project9
- Owner: RedInfinityPro
- Created: 2024-03-16T23:27:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T15:07:45.000Z (11 months ago)
- Last Synced: 2025-10-13T02:36:57.898Z (3 months ago)
- Topics: random, scanner
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaClass Project9
## Table Of Contents
- Description
- Features
- Contributing
- Project Structure
## 📖 Description
Description: This Java program includes a main class Chapeter9 that generates random book titles. It also includes a method for generating triangular random numbers, which is used to determine the length of the book titles. The program showcases the creation of book objects with randomly generated titles.
## 🚀 Features
1. Book Title Generation:
- Creates a Book object with a randomly generated title.
- Converts the generated title to title case for better readability.
2. Triangular Random Number Generation:
- Generates a triangular random number within a specified range.
- The method can be used for various random number generation purposes, including determining the length of the book title.
3. Random Book Library:
- Initializes a simple library array to store book objects.
## 🤝 Contributing
1. Fork the Repository
- Click on the Fork button at the top right corner of the repository page to create your own fork of the repository.
2. Create a Pull Request
- Navigate to the original repository and create a pull request to merge your changes into the main branch.
## 📂 Project Structure
- 📂 JavaClass Project9
- Chapter9.java