Skip to content
View zusru's full-sized avatar
🥷
Studying
🥷
Studying
  • Jeddah

Highlights

  • Pro

Block or report zusru

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

Popular repositories Loading

  1. ChatBotApp ChatBotApp Public

    A chatbot built with a knowledge base system that is created in a way that matches the user’s need (always learning).

    Python

  2. CelsiusToFahrenheit CelsiusToFahrenheit Public

    The program is a simple Java application that converts temperature from Celsius to Fahrenheit. It asks the user to enter a temperature in Celsius, then calculates the equivalent degree in Fahrenhei…

    Java

  3. Calculator Calculator Public

    The program is a simple calculator implemented in Java. The program reads input from the user and asks them to enter two numbers and a factor (either '+', '-', '*', or '/'). Then the program perfor…

  4. OddOrEven OddOrEven Public

    A simple program that checks if a user-inputted integer is odd or even. If the number is even, it further checks if the number is divisible by 8, 12, or both. If the number is odd, it checks if the…

    Java

  5. PalindromeChecker PalindromeChecker Public

    The provided Java code is a simple program to check if a given word is a palindrome or not. A palindrome is a word that reads the same backward as forward.

    Java

  6. CaesarCipherEncryptor CaesarCipherEncryptor Public

    The program encrypts input text using a Caesar Cipher with a user-provided integer key, shifting each character accordingly and displaying the encrypted result.

    Java