Skip to content

Commit e6a0b76

Browse files
committed
chinamy
1 parent 619c338 commit e6a0b76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Array.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public static void main(String[] args) {
5151
// int num3[] = {4, 2, 0, 6, 3, 2, 5}; //Apna college questions example
5252
// int num4[] = {7, 1, 5, 3, 6, 4};
5353
// int num5[] = {1, 5, 3, 5, 9, 2, 0, 5, 1, 7};
54+
hi chinmay how are you
5455
int randomArray[] = generateRandomArray(100, 0, 100); // Generate an array of 10 integers between 0 and 100
5556
System.out.println(Buy_Sell_Stock(randomArray));
5657
}

0 commit comments

Comments
 (0)