#include #define SIZE 6 int main() { int lotto[] = { 10, 48, 1, 37, 6, 24 }; int c,a,b,temp; puts("Here is the array unsorted:"); for(c=0;c lotto[b]) { temp=lotto[b]; lotto[b] = lotto[a]; lotto[a] = temp; } /* display the result */ puts("Here is the sorted array:"); for(c=0;c