avishy
avishy
CC#
Created by avishy on 11/11/2023 in #help
trying to create a function that returns the list from even numbers to odd numbers, please help
its videos then it has questions about the videos
9 replies
CC#
Created by avishy on 11/11/2023 in #help
trying to create a function that returns the list from even numbers to odd numbers, please help
its an online course i dont need to send it i just dont understand
9 replies
CC#
Created by avishy on 11/11/2023 in #help
trying to create a function that returns the list from even numbers to odd numbers, please help
what do you mean?
9 replies
CC#
Created by avishy on 11/11/2023 in #help
trying to create a function that returns the list from even numbers to odd numbers, please help
sorry my english isnt the best
9 replies
CC#
Created by avishy on 11/11/2023 in #help
trying to create a function that returns the list from even numbers to odd numbers, please help
yes
9 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
It just does it once and returns it twice
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
how do i do that(sorry im just new to this)
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
so i cant have one function for each choice?
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
bc i want to use it twice?
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
do i use for?
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
i dont understand
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
???
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
so what do i do?
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
i know that the seed is the same but i used two randoms so i thought its supposed to work
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
i just dont see whats wrong
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
this is suppossed to work?
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
thx, i get the idea of it but im just not sure on how to code it
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
i learned this a week ago ofc* its basic
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
public static string RockPaperScissorsOne()
{
Random random = new Random();
int randomI = random.Next(0, ropasc.Length);

if (randomI == 0)
return "rock";
else if (randomI == 1)
return "paper";
else
return "scissors";
}
public static string RockPaperScissorsOne()
{
Random random = new Random();
int randomI = random.Next(0, ropasc.Length);

if (randomI == 0)
return "rock";
else if (randomI == 1)
return "paper";
else
return "scissors";
}
112 replies
CC#
Created by avishy on 2/14/2023 in #help
I built a rock paper scissors game but it always returns a draw. can anyone help me?
112 replies