Nyssus
Nyssus
Explore posts from servers
VVALORANT
Created by Nyssus on 4/20/2024 in #community-help
my val is not launching/loading can someone help?
when i launch val it doesnt actually open it but in my task manager it shows its up after a really long time of waiting it finally opens but never loads anyone got a fix?
5 replies
CC#
Created by Nyssus on 12/4/2023 in #help
how can i check if an inputted number is a palindrome or not?
a palindrome is a number that you can read from right to left or from left to right like: 363 or 121
4 replies
CC#
Created by Nyssus on 11/15/2023 in #help
can someone help me with some hw
d
7 replies
CC#
Created by Nyssus on 10/26/2023 in #help
❔ help in hw
No description
10 replies
CC#
Created by Nyssus on 10/23/2023 in #help
✅ just need some help using if funcs nothing hard

int num1,num2,num3,num4;
Console.WriteLine("Enter a number: ");
num1 = int.Parse(Console.ReadLine());
Console.WriteLine("Enter a number: ");
num2 = int.Parse(Console.ReadLine());
Console.WriteLine("Enter a number: ");
num3 = int.Parse(Console.ReadLine());
Console.WriteLine("Enter a number: ");
num4 = int.Parse(Console.ReadLine());
if (num1 < 0 || num2 < 0 || num3 < 0 || num4 < 0);
{
Console.WriteLine("The numbers you wrote are negative!");
return;
}

int num1,num2,num3,num4;
Console.WriteLine("Enter a number: ");
num1 = int.Parse(Console.ReadLine());
Console.WriteLine("Enter a number: ");
num2 = int.Parse(Console.ReadLine());
Console.WriteLine("Enter a number: ");
num3 = int.Parse(Console.ReadLine());
Console.WriteLine("Enter a number: ");
num4 = int.Parse(Console.ReadLine());
if (num1 < 0 || num2 < 0 || num3 < 0 || num4 < 0);
{
Console.WriteLine("The numbers you wrote are negative!");
return;
}
12 replies