드디어 첫번째 프로젝트 마지막 스테이지 ! 이번 task는 문제를 내고 맞히면 축하한다는 메세지를 틀리면 다시 하라는 메세지를 보내는 코드를 작성하는것이다. import java.util.Scanner; class ChatBot { final static Scanner scanner = new Scanner(System.in); // Do not change this line public static void main(String[] args) { greet("Aid", "2018"); // change it as you need remindName(); guessAge(); count(); test(); end(); } static void greet(String assistantName, String..