logo

Crowdly

Browser

Add to Chrome

A program which shows an example of class Student { int id...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

A program which shows an example of

class Student{

int id;

String name;

}

class MainStudent{  

public static void main(String args[]){

Student s1 = new Student();

s1.id=100;

s1.name="Sadiq";

System.out.println(s1.id+" "+s1.name);

}

}

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.medtech.tn?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome