What you said? And what you get?
        
             
        
        
        
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;
 
        
             
        
        
        
Answer:
ctrl+p or find the print button on the page
 
        
             
        
        
        
Answer:
Sum = 3
Sum = 9
Sum = 18
Sum = 30
Look at the image for more information.
 
        
             
        
        
        
.com means company, so it is ran by a company.