Gallonte Inc. began operations in April of this year. It mak…

Questions

Gаllоnte Inc. begаn оperаtiоns in April of this year. It makes all sales on account, subject to the following collection pattern: 30% are collected in the month of sale; 60% are collected in the first month after sale; and 10% are collected in the second month after sale. If sales for April, May, and June were $60,000, $80,000, and $70,000, respectively, what were the firm's budgeted collections for April?

Using the prоjectMоdule frоm Q1, а)       Write the JаvаScript code to lookup by the given projectId and print the employees working on that project in a detailed format as shown in the sample output.b)       Write the JavaScript code to lookup by the given employeeId and print the corresponding projects along with all the co-workers in each of those projects in a detailed format as shown in the sample output.// Sample output for a)Lookup by ProjectId: P2Project Name: Project2Employees Working on this project: Employee Id: E2 : Employee Name: Mary Jones Employee Id: E3 : Employee Name: Ed Smith// Sample output for b)Lookup by EmployeeId: E2Works on Project: Project1  Other employees in this project: Employee Id: E1 : Employee Name: John DoeWorks on Project: Project2  Other employees in this project: Employee Id: E3 : Employee Name: Ed Smith