Dim Profit, cost, Money, staff, Owners, Profit2, Owner1, Owner2, Final, profit3 as decimal
console.WriteLine("How much did you spend on the product?")
cost = console.ReadLine()
console.WriteLine("How much did you make?")
Money = console.ReadLine()
console.WriteLine("How many staff are curently Employed?")
staff = console.ReadLine()
staff = console.ReadLine()
console.WriteLine("4785 = £"& Owner1 &" 4787 = £"& Owner2 &" Staff (per person) = £"& Final)
console.WriteLine("You made "& profit3)