Skip to content
#

java-programming-language

Here are 44 public repositories matching this topic...

This GitHub project, "Tic-Tac-Toe Console Printer," showcases a Java program that prints a Tic-Tac-Toe board to the console in a user-friendly format. It offers a simple and easy-to-understand demonstration of how to create and display a Tic-Tac-Toe board in the Java programming language.

  • Updated Sep 5, 2023
  • Java

The "Core Java ATM Simulator" is a software application designed to simulate the functionality of an Automated Teller Machine (ATM). This project provides a command-line interface that allows users to perform various banking operations such as account balance inquiry, cash withdrawal, cash deposit, and account statement generation.

  • Updated Oct 30, 2023
  • Java

In this repository are located solutions to tasks written in the Java programming language on the core (mathematics) programming topics. A more detailed description of the project structure and the conditions of the tasks can be found in the file README.md .

  • Updated Jun 16, 2019
  • Java

The Number Guessing Game in Java generates a random number between 1-100 and prompts the user to guess it. It offers three levels of difficulty with different attempts allowed. The game uses java.util.Random and java.util.Scanner classes, and the number of attempts is predefined. Contributions are welcome to improve the game.

  • Updated Apr 6, 2023
  • Java

Improve this page

Add a description, image, and links to the java-programming-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the java-programming-language topic, visit your repo's landing page and select "manage topics."

Learn more