Popular repositories Loading
-
ChatBotApp
ChatBotApp PublicA chatbot built with a knowledge base system that is created in a way that matches the user’s need (always learning).
Python
-
CelsiusToFahrenheit
CelsiusToFahrenheit PublicThe 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
-
Calculator
Calculator PublicThe 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…
-
OddOrEven
OddOrEven PublicA 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
-
PalindromeChecker
PalindromeChecker PublicThe 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
-
CaesarCipherEncryptor
CaesarCipherEncryptor PublicThe program encrypts input text using a Caesar Cipher with a user-provided integer key, shifting each character accordingly and displaying the encrypted result.
Java
If the problem persists, check the GitHub status page or contact support.