Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

import java.util.*; class Mycoll5 { public static void main(String...kh) { SortedSet s=new SortedSet(); s.add(4); s.add(65); s.add(2); System.out.println(s.

size()); }}

You might also like