Syncfusion Interview Question

Assign 6 elements in a array sort those values and neglect the smallest value in array finally sum the given array

Interview Answer

Anonymous

Sep 18, 2016

Assing 6 values thn sort those values using sort method then use clear method to clear smallest value then sum the array

21