Console.WriteLine("The amount of int numbers u want to enter: ");
int n = int.Parse(Console.ReadLine());
Console.WriteLine("Enter the int`s: ");
for (int i = 0; i < n; i++) {
idk[i] = int.Parse(Console.ReadLine());
for (int i = 0; i < n; i++) {
int maxValue = Math.Max(idk[i],);
for (int i = 0; i < n; i++) {
if (idk[i] == maxValue) {
if (idk[i] == maxValue) {
Console.WriteLine("Amount of the highest number is: " );
Console.WriteLine("Amount of the lowest number is: " );