appi
appi
CC#
Created by appi on 4/27/2023 in #help
✅ Custom class arrays, parameters, custom methods.
i have tried every variation of this i can think of, but i always get an error where the custom type for the array cant be used with int
7 replies
CC#
Created by appi on 4/27/2023 in #help
✅ Custom class arrays, parameters, custom methods.
public static bool Placeholder(int num)
{
for(int i = 0; i < array.Length; i++)
{
if (array[i]
}
return false;
public static bool Placeholder(int num)
{
for(int i = 0; i < array.Length; i++)
{
if (array[i]
}
return false;
7 replies
CC#
Created by appi on 4/27/2023 in #help
✅ Custom class arrays, parameters, custom methods.
the expected output is true if the parameter was found, false if not. If true that index should be changed to null.
7 replies
CC#
Created by appi on 4/27/2023 in #help
✅ Custom class arrays, parameters, custom methods.
So far, I have tried just normally iterating through the array with a for loop and a foreach loop, both give me errors because of the custom class array
7 replies
CC#
Created by appi on 4/18/2023 in #help
❔ User inputs & arrays.
thank you gents
21 replies
CC#
Created by appi on 4/18/2023 in #help
❔ User inputs & arrays.
i figured it out
21 replies
CC#
Created by appi on 4/18/2023 in #help
❔ User inputs & arrays.
would a for loop with a nested do while loop work?
21 replies
CC#
Created by appi on 4/18/2023 in #help
❔ User inputs & arrays.
okay, that makes sense. thank you. I will try that
21 replies
CC#
Created by appi on 4/18/2023 in #help
❔ User inputs & arrays.
oops, sorry about that
21 replies
CC#
Created by appi on 4/18/2023 in #help
❔ User inputs & arrays.
yeah, but the user will be pressing enter after every value
21 replies
CC#
Created by appi on 4/18/2023 in #help
❔ User inputs & arrays.
If the user inputs 5 as how many values they want to store, I want to make it so they can only enter 5 inputs
21 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help. Make every element in char array alternate between upper and lowercase: LiKeThIs
Naruhodo
79 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help. Make every element in char array alternate between upper and lowercase: LiKeThIs
i see
79 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help... Again... Chars and Conditional Statements
it works now, thank you.
13 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help... Again... Chars and Conditional Statements
Smoge
13 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help... Again... Chars and Conditional Statements
but i put the += between starter and i instead of answer and char
13 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help... Again... Chars and Conditional Statements
i thought thats what i was supposed to do
13 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help... Again... Chars and Conditional Statements
god dammit
13 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help... Again... Chars and Conditional Statements
EX: if expected is ghijk, my code is returning k
13 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help... Again... Chars and Conditional Statements
this is what I have right now, and it is only outputting the last char of the string needed
13 replies