const percentageMatch = (y / x) * 100;
console.log(`Percentage Match: ${percentageMatch}%`);