Use Amazon music you can play any song you want
Rheneas will inform to the team that (c) the failure rate for ERP implementations worldwide is 21 percent.
<h3>
Definition of ERP?</h3>
ERP or Enterprise Resource Planning is a software which organizations use to manage business activities, for example: accounting, risk management and compliance, procurement, project management, and supply chain operations. ERP core is to automate the internal business process on the organisazations by drawing central database and control the process based on input from the organisazation divisions. There is five main component on the ERP as follow:
- Finance
- Supply Chain Management (SCM)
- Customer Relationship Management (CRM)
- Human Resources (HR)
- Manufacturing and logistics
Learn more about ERP at brainly.com/question/29426906
#SPJ4
Answer:
public static void displayPattern()
{
for (int x = 1; x <= 5; x++)
{
for (int i = 0; i <= 6; i++)
{
if (x == i)
{
System.out.print(" ");
} else {
System.out.print("X");
}
}
System.out.println("");
}
}
Don't delete my answer Brainly moderators, you know as well as I do that you'll never be stack overflow so take what you can get.
Answer:
ROM : Read Only Memory.
RAM : Random Ascess Memory.