6 Answers
New Answer12/1/2019 5:19:37 PM
Gyan prakash Mishra6 Answers
New AnswerYour main function is wrong. public static void main(String[] args) { //add your code here }
Your program is missing the main function with the exact signature public static void main(String [] args) The main in your class currently is just a member method.
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message