Answer: USB-C
I am 99.5% sure bcuz Im about 90 % because HDMI goes into TVs and stuff
no longer returns an error but your math seems to have something wrong with it, always returns 0
Console.WriteLine("Enter a percentage here");
int Percent = int.Parse(Console.ReadLine());
Console.WriteLine("Enter your number here");
int Number = int.Parse(Console.ReadLine());
int result = Percent / 100 * Number;
The relational operator used would probably be <=