Mini java chatbot
I am new to Java and trying to make a simple mini chatbot, that answers to 3 questions with user input and if/else statement. I do not know if I am correct, but I got this far: import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner input = new Scanner(System.in); System.out.println("Hello… Read More Mini java chatbot