using System;
public class HelloWorld
{
static public void Main ()
int price = 5;
Console.Write("Please enter how many car washes were completed today: ");
int age Convert.ToInt32(Console.ReadLine());
in finprice = price * age;
if (finprice > 10)
Console.WriteLine("profit");
Console.ReadLine();
}