using System;
public class Program
{
public static void Main()
//jojo wright having trouble will gladly redo this when possible
int x;
Console.WriteLine("Enter number:");
if (x > 0)
Console.WriteLine("Value of your number:");
}
else