ISet<string> uniqueProducts = new HashSet<string>();
for(int i = 0; i < name.Count; i++)
{
uniqueProducts.Add(name[i] + " " + price[i] + " " + weight[i]);
}
return name.Count = uniqueProducts.Count;
SELECT ROUND((AVG(Salary) - AVG(CAST(REPLACE(Salary, 0, '') AS int)))+1) FROM Employees;
No comments:
Post a Comment