Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by Fire Monk

  1. Fire Monk

    Java Please help me with the code (Level beginner)

    import java.util.*; public class doodle { public static void main(String[] args) { // Complete your code here Student s1= new Student; String n = "Ankit"; s1.Student(n); //This is creating the problem. Compiler can't understand what is Student...
Back
Top Bottom