Write an algorithm to find the 3rd highest number from an array of random integers.
Anonymous
public static void main(String[] args){ int[] A = {2,5,6,1,2,3,6,9,10,55,1,44,45,54,53}; int a=A[0],b=A[0],c=A[0]; for(int i=0;i
Check out your Company Bowl for anonymous work chats.