[Solved] how to make an if statement then send a message [closed] January 26, 2023 by Kirat if (a.equalsIgnoreCase("yes")) { ... } (or equals if you want to match "yes" exactly) 1 solved how to make an if statement then send a message [closed]