An open API service indexing awesome lists of open source software.

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.

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