Write-a-C-program-that-will-calculate-gross-pay-of-employees-utilizing-pointers-computer-science-homework-help

Write a C program that will calculate the gross pay of a set of employees utilizing pointers instead of array references.

The program should prompt the user to enter the number of hours each employee worked. When prompted, key in the hours shown below.

The program determines the overtime hours (anything over 40 hours), the gross pay and then outputs a table in the following format.

Column alignment, leading zeros in Clock#, and zero suppression in float fields is important.

Use 1.5 as the overtime pay factor.

a) Add a Total row at the end to sum up the wage, hours, ot, and gross columns
b) Add an Average row to print out the average of the wage, hours, ot, and gross columns

    ---------------------------------------------------------_x000D_
    Name            Clock#   Wage   Hours     OT     Gross_x000D_
    ---------------------------------------------------------_x000D_
    Connie Cobol    098401   10.60   51.0    11.0    598.90_x000D_
    Mary Apl        526488    9.75   42.5     2.5    426.56_x000D_
    Frank Fortran   765349   10.50   37.0     0.0    388.50_x000D_
    Jeff Ada        034645   12.25   45.0     5.0    581.88_x000D_
    Anton Pascal    127615   10.00   40.0     0.0    400.00_x000D_
    ---------------------------------------------------------_x000D_
_x000D_
    Total:                   53.10  215.5    18.5   2395.84_x000D_
    Average:                 10.62   43.1     3.7    479.19_x000D_

You should implement this program using a structure similar to the suggested one below to store the information for each employee. Feel free to tweak it if you wish. For example, its OK to have a first and last name member instead of just a name member, and if you want to use different types, that is OK as well.

    struct employee_x000D_
    {_x000D_
      char  name [20];_x000D_
      long  id_number;_x000D_
      float wage;_x000D_
      float hours;_x000D_
      float overtime;_x000D_
      float gross;_x000D_
    };

Set a pointer to it and then use that pointer going forward to access elements (and their associated members) in your array of structures. Again, do not use array references with indexes (use emp_ptr->hours … not … emp [ i ].hours as the latter is not a fast).

Use the following information to initialize your data.

    Connie Cobol     98401   10.60   _x000D_
    Mary Apl        526488    9.75_x000D_
    Frank Fortran   765349   10.50_x000D_
    Jeff Ada         34645   12.25_x000D_
    Anton Pascal    127615   10.00_x000D_

Create an array of structures with 5 elements, each being of type struct employee.

Initialize the array with the data provided and reference the elements of the array with the appropriate subscripts.

Do not use any array references with indexes. For example:

emp[i].wage /* this is bad, it uses an array reference with an index, in this case, i */

emp_ptr->wage; /* this is good, it uses a pointer to reference the wage value */

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

Creative-Arts-Lesson-9-Discussion-writing-assignment-help-

Imagine that parents are concerned that your curriculum focuses too much on arts, play, and creativity; they are worried you are not teaching their children enough in your classroom.  Describe how you would talk to parents about how children benefit from art-based centers. Give specific information. Be sure to reference the textbook in your answer.

Reference

Isenberg, J.P., and Jalongo, M.R. (2014). Creative Thinking and Arts- Based Learning: Preschool Through Fourth Grade. 6th ed. New Jersey: Pearson Education, Inc.

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

structured-programs-Computer-science-questions-help

HI, Please answer the attached file question

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

Applying-Key-Skills-Conclusion-Research-and-Writing-help

“Applying Key Skills” Please respond to the following:

  • Describe the key skills you learned in this course.
  • Explain how you expect to use those skills in your future academic, personal, and / or professional life.
  • Recommend two (2) strategies for college students to improve their writing skills and prepare for professional careers. 

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

NAtionalism-Final-Paper-Prep-help

Topic: Select one of the five topics listed below for your Final Paper topic:

  • Nationalism – Discuss the role of nationalism in 20th century Europe.
  • Race & Ethnicity – Discuss the role of race and ethnicity in 20th century Europe.
  • Genocide – Discuss the emergence and frequency of genocide in Europe during the 20th century.
  • Terrorism – Discuss the utilization of terrorism in 20th century Europe.
  • Role of Women – Discuss the role of women in 20th century Europe.

Thesis: Develop your thesis statement. This will become the point or perspective you will argue or prove in the paper. Please see the Ashford Writing Center for information on how to develop a solid thesis.

List of sources researched: The purpose of creating a list of sources is to assist you in organizing and evaluating your research. The list should include the following information for each source (minimum of six):

  • Name of the source, including the complete bibliographic citation in proper APA format.
  • Summary of the source (at least one paragraph), including how the source will contribute to your paper.

For this paper, you need to conduct research in peer-reviewed journals or other sources that are considered to have reliable information. In addition to your required course text, you need at least six professional scholarly sources, three of which must be peer reviewed journal articles.  

The paper must be two to four pages in length (in addition to a cover page) and formatted according to APA style. You must use at least six scholarly sources other than the textbook to support your claims and subclaims.

Must pass the turnitin plagiarism assessment with 20% or less.

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

What-similarities-and-differences-were-there-between-the-Islamic-empires-and-the-Byzantine-empire-

What similarities and differences were there between the Islamic empires and the Byzantine empire?  What were the root causes of the Crusades?

Please provide link or bibliography if there are reference.

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

Background-information-of-the-company-Project-Plan-Inception-

Could you please assist me with this assignment please?

Project Plan Inception:

Section 1: Project Introduction

  1. Write a four to six (4-6) page project introduction that documents the current state of the organization, expands upon the information given above, and includes the following:
    • Background information of the company.
    • Details regarding the type of business that the company is engaged in.
    • A description of current outsourcing and offshoring activities.
    • Identification of current skilled information systems personnel in position and responsibilities.
    • The specific types of data that the company collects.
    • A description of the information systems that the company currently has to support the business. The description at a minimum should include the following:
      • Operational Systems and Databases
      • Analytics and Interfaces
      • Infrastructure and Security
    • The use of at least two (2) quality resources in this assignment. Note: Wikipedia and similar Websites do not qualify as quality resources.

Your assignment must follow these formatting requirements:

  • Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides; citations and references must follow APA or school-specific format. Check with your professor for any additional instructions.
  • Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date. The cover page and the reference page are not included in the required assignment page length.

Section 2: Project Plan

Use Microsoft Project to:

  1. Create a project plan (summary and detailed) using Microsoft Office Project. The project plan should:
    • Record all tasks, subtasks, resources, and time related to the project.
    • Outline the planning, analysis, design, and implementation phases.
    • Develop in accordance with the systems development life cycle (SDLC).

The specific course learning outcomes associated with this assignment are:

  • Describe the various functions and activities within the information systems area, including the role of IT management and the CIO, structuring of IS management within an organization, and managing IS professionals within the firm.
  • Use technology and information resources to research issues in information systems.
  • Write clearly and concisely about strategic issues and practices in the information systems domain using proper writing mechanics and technical style conventions.

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

Is-there-such-a-thing-as-ESP-discussion-help-

Is there such a thing as ESP? discuss in details what you understand by ESP.

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

world-Religions-philosophy-homework-help

about 1000 word essay,question on the filed

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.

System-admin-test-do-not-bid

Please do not bid on this question

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.