SyntaxFix
Write A Post
Hire A Developer
Questions
private E a[]; private int size; public GenSet(int elem) { size = elem; a = (E[]) new E[size]; }