Skip to content
View denz22's full-sized avatar
😿
Focusing
😿
Focusing

Block or report denz22

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FactorialCalculator FactorialCalculator Public

    This Java program reads an integer from the keyboard and calculates its factorial using both an iterative and a recursive method. If the input is negative, it displays an error message instead.

    Java

  2. -Simple-Number-Guessing-Game- -Simple-Number-Guessing-Game- Public

    A simple Java game where the computer picks a random number between 1 and 100. The player tries to guess it, and the program gives hints if the guess is too high or too low. The game ends when the …

    Java