public class bubbleSort
{
public static void main (String[] args)
{
System.out.println("================================================================");
int[] array = new int[30];
for(int i=0; i < 30; i++){
array = (int) (Math.random() * 100);
}...
BubbleSort Problem
BubbleSort Problem
0 commentaires:
Enregistrer un commentaire