Darma
Darma
CC#
Created by Darma on 4/23/2023 in #help
❔ Trouble with modifiers
Working with modifiers/getters and setters now, and unfortunately I'm having trouble with my modifiers returning the right input once I make a change with a setter via the driver class.
14 replies
CC#
Created by Darma on 4/15/2023 in #help
❔ What does it mean by inaccessible
11 replies
CC#
Created by Darma on 4/9/2023 in #help
❔ Shuffling Table Values
I'm creating a method that will take in the values of a table and then randomly shuffle them into different indexes of a new table using a for loop, how would I go about doing this?
9 replies
CC#
Created by Darma on 4/8/2023 in #help
❔ Random Sort Assignment
23 replies
CC#
Created by Darma on 4/8/2023 in #help
❔ Parameter Shenanigans
I'm working on a linear search method that will return the count (number of iterations it took to find the target), the parameters are obviously the int table, the target number "t", and the count "c". I'm wondering if the c is incremented inside the method's for-loop, will the returned "c" be the new altered "c" or will it be the one that was used as an input for the function to be called.
41 replies
CC#
Created by Darma on 3/26/2023 in #help
❔ Working w/ 2D Arrays
Hey all, new to the server and programming in general. Working on an assignment going over 2D Arrays. I'm currently trying to get the user's row and column input, find the specified index in the array, and print the new modified array, how should I go about doing this?
15 replies