Skip to content

A Java-based interactive chatbot that practices basic programming concepts including loops, conditionals, and user input handling.

Notifications You must be signed in to change notification settings

davidcostache1/SimpleChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple ChatBot

A straightforward Java chatbot created as my second project on the Hyperskill platform. This bot is designed to help me learn Java and familiarize myself with basic programming concepts such as loops, conditionals, and user interactions.

Features

  • Greets and interacts with the user.
  • Calculates age based on user-provided remainders.
  • Counts to a number specified by the user.
  • Conducts a simple programming quiz.

Running the Project

To run this chatbot, compile SimpleChatBot.java with Java and execute it in your preferred environment.

Comments throughout the code explain the functionality, making it easy to follow and understand the programming principles applied.

About

A Java-based interactive chatbot that practices basic programming concepts including loops, conditionals, and user input handling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages