appi
appi
CC#
Created by appi on 4/27/2023 in #help
✅ Custom class arrays, parameters, custom methods.
I am given an integer parameter, a custom class array, getters and setters. I must find the index of the given parameter, mark that index as null, and return it as true.
7 replies
CC#
Created by appi on 4/18/2023 in #help
❔ User inputs & arrays.
I am having the user input a max amount of values to store and using that input as my array length. I am then having the user input that amount of values individually. EX: User inputs 5, then inputs 1, 2, 3, 4, 5 I am trying to limit the amount of inputs to the max value inputted by the user. Everything I have tried so far allows the user to input more than the max amount they specified and I get Out of Range error. Anyone have a link to some documentation or some advice? I would prefer not to be outright told the answer.
21 replies
CC#
Created by appi on 4/16/2023 in #help
❔ Homework Help... Again... Chars and Conditional Statements
Hi, for this problem, I am given a char, starter, and an int, number. I have to find the subsequent characters based on the value of number and return them as a string. For example: starter is g number is 5 return is ghijk I would prefer just help with where to go from what I have right now, and would appreciate it if I am not outright given the answer.
13 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 am working on an assignment where I am given a char[] words, and must convert it so that the characters in the array alternate between upper and lowercase. Any help on where to start?
79 replies