Purchase Solution

Structures and Classes

Not what you're looking for?

Ask Custom Question

Use the example on p. 355 (screenshot attached) of the text to create your own structure related to an overtime pay calculator and define the variables needed within your structure to perform those calculations.

Define and create a base class using the same variables that may serve the same function as the structure.

Attachments
Purchase this Solution

Solution Summary

The structures and classes are provided for variables. A base class using the same variables that may serve the same function as the structure are given.

Solution Preview

Actually the screenshot you posted is not the portion that you need. From the description you gave it looks like you are learning the syntax of structures and classes and get practice determining which variables are needed. So here are the steps:

1. Determine which variables you need for your overtime calculator
Obviously you need a variable for the overtime hours worked and for the pay rate of those hours. You may also include a variable for the calculated pay, but that's not really necessary because you can so quickly calculate it.

2. Write the code to create a structure with these variables. Your screenshot seems to indicate that the example ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Networking Questions

This quiz consists of some basic networking questions.