Skip to content
#

conditionals

Here are 84 public repositories matching this topic...

Java is a programming language with which we can develop cross-platform software thanks to the JVM (Java Virtual Machine). 🌱 Here I reviewed fundamental characteristics of the language and practiced its bases. I used InteliJ IDEA IDE, JShell, JavaDocs, conditionals, cycles, 1,2,3 and 4-dimensional arrays, I implemented functions, ... 💚🔥

  • Updated Dec 19, 2023
  • Java

The classic game of hangman written completely in Python. The hangman game randomly chooses a word, count its letters, and presents a list of “_” characters equal to that number. The player guesses a letter which the game checks. If it’s correct it replaces the “_” character with the letter and continues. If it is in-correct it “draws” the hangm…

  • Updated Jan 14, 2022
  • Python

Improve this page

Add a description, image, and links to the conditionals 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 conditionals topic, visit your repo's landing page and select "manage topics."

Learn more