/*getting error (Expected ';') after priyanka() method Why is this Error Occuring */
public class methodsPractise {
public static void main(String[] args) {
void priyanka() {
System.out.println("so practice is good");
}
}
}