Arone
Arone
CC#
Created by Arone on 10/12/2023 in #help
✅ How would i print a string value into this 2d array?
i wanted to try and print a string into the array but dw in my lesson today we kinda figured it out#
7 replies
CC#
Created by Arone on 10/2/2023 in #help
❔ Array mess
Makes my life easier
22 replies
CC#
Created by Arone on 10/2/2023 in #help
❔ Array mess
Okay i think i might just ignore it then
22 replies
CC#
Created by Arone on 10/2/2023 in #help
❔ Array mess
Yeah its an Alevel course soooo i need to at least learn how it works, but from ur ominous message i get that i shouldnt use it 😭
22 replies
CC#
Created by Arone on 10/2/2023 in #help
❔ Array mess
Its part of my course as like practice so i need to use it somewhere, but if it cant be used here then thats okay
22 replies
CC#
Created by Arone on 10/2/2023 in #help
❔ Array mess
Help would be appreciated
22 replies
CC#
Created by Arone on 10/2/2023 in #help
❔ Array mess
22 replies
CC#
Created by Arone on 10/2/2023 in #help
❔ Array mess
int count = 0; ArrayList raffleList = new ArrayList(); int[] raffleNumber = new int[5]; foreach (int number in raffleNumber) { Console.WriteLine("Please write a number from 1-60 that you would like to choose."); raffleNumber[count] = Convert.ToInt32(Console.ReadLine()); } raffleList.Add(raffleNumber); Array.Sort(raffleNumber); Console.WriteLine(raffleNumber); Console.ReadLine();
22 replies
CC#
Created by Arone on 10/2/2023 in #help
❔ Array mess
No description
22 replies