Bendea
New Zealand
 
 
:cozydarkseer:
Currently In-Game
Rocket League
Recent Activity
1,823 hrs on record
Currently In-Game
2.5 hrs on record
last played on 29 Jan
193 hrs on record
last played on 29 Jan
Napalm for Breakfast 23 Nov, 2024 @ 2:03pm 
I like my cheese drippy
Napalm for Breakfast 11 Oct, 2024 @ 9:04pm 
public class SelectionSort {
public void selectionSort(int array[]) {
int n = array.length;

for(int i = 0; i < n - 1; i++) {
int minIndex = i;
for(int j = i + 1; j < n; j++) {
if(array[j] < array[minIndex]) {
minIndex = j;
}
}
int temp = array[minIndex];
array[minIndex] = array ;
array = temp;
}
}

public void printArray(int array[]) {
int n = array.length;
for(int i = 0; i < n; i++) {
System.out.println(array + " ");
}
System.out.println();
}

}
Napalm for Breakfast 11 Oct, 2024 @ 8:41pm 
#include<stdio.h>

int main(){
int w, l, a;

printf("Enter the width: ");
scanf("%d", &w);
printf("Enter the length: ");
scanf("%d", &l);

a = w * l;
printf("The area of the rectangle is %d.", a);
}
[GAMEHUNTER] 9 Mar, 2024 @ 4:54pm 
+rep <3
419King 17 Jun, 2021 @ 4:04am 
+rep nice trade
nesyq 16 Jun, 2021 @ 5:01am 
cool kid. i think