Computer Science, asked by akashdeepmitra34, 8 months ago

create a class with one integer instance variable​

Answers

Answered by samarshahid02
2

Answer:

class p1

{

void main()

{

int a=5;

int b=6;

so pln("xyz");

so pln("xyz");

int sum=a+b;

so pln("xyz");

}

}

Similar questions