Creates an array of integers with random values between 1 and 20 (inclusive).
-
Updated
May 14, 2024 - Java
Creates an array of integers with random values between 1 and 20 (inclusive).
Write a Java program that does the following: 1- Creates an array of integers with random values between 1 and 1000 (inclusive) and a size of 20. 2- Finds and prints the smallest and biggest values in the array. 3- Calculates and prints the average value of all the elements in the array.
🗂️ Java Task Manager — Simple CLI Task Tracker in Java A beginner-friendly Java project that lets you create, edit, delete, and track tasks right from the terminal. Features include task status updates, deadline validation, and a clean menu-based user experience using core Java concepts like OOP, ArrayList, and input handling.
This program sorts the introduced details of a clients (name, surname, telephones, emails) using regular expressions and stores them in an XML document
A DFS algorithm based on both recursion and iteration to solve a chess like board game.
Java implementation of HITS and Pagerank Algorithm
Iteron is a tiny Java framework for asynchronous iteration. It lets you work with sequences, streams, and event-driven data without blocking threads. The API is simple and composable, so you can produce, transform, and consume data step by step.
Code to basic binary tree problems follow along 😃🎉
A program to calculate a power bill based on customer usage.
A java project where I use a simulation of Buses and Bus Stops to help a fake bus company decide how to best invest in their bus.
In this repository are located solutions to tasks written in the Java programming language of using onedimensional and multidimensional arrays. A more detailed description of the project structure and the conditions of the tasks can be found in the file README.md .
Add a description, image, and links to the iteration topic page so that developers can more easily learn about it.
To associate your repository with the iteration topic, visit your repo's landing page and select "manage topics."