Implement the functions specified by the prototypes. The purpose of this problem is to sort a 1-dimensional array of characters. Specify the size of the array and input the array. If the array is longer than specified, output if it is larger or smaller. Utilize the outputs supplied in main(). Example supplied in 2 test cases.STDIN554321STDOUTRead in a 1-dimensional array of characters and sort Input the array size where size ≤ 20 Now read the Array 12345*********************************************************************#include //cout,cin#include //strlen()using namespace std;//User Libraries Here//Global Constants Only, No Global Variables//Like PI, e, Gravity, or conversions//Function Prototypes Hereint read(char []);void sort(char [],int);void print(const char [],int);//Program Execution Begins Hereint main(int argc, char** argv) {//Declare all Variables Hereconst int SIZE=80;//Larger than neededchar array[SIZE]; //Character array larger than neededint sizeIn,sizeDet;//Number of characters to be read, check against length //Input the size of the array you are sortingcout<<"Read in a 1 dimensional array of characters and sort"<>sizeIn; //Now read in the array of characters and determine it's sizecout<<"Now read the Array"

Answers

Answer 1

The following program implements the functions specified by the prototypes in order to sort a 1-dimensional array of characters. The maximum size of the array is 20, and it is read in from STDIN.

The program then sorts the array and outputs the result to STDOUT. If the array is larger than the specified size, the program will output that the array is larger or smaller. Two test cases are also provided.

#include <iostream> //cout, cin
#include <cstring> //strlen()

using namespace std;

//User Libraries Here

//Global Constants Only, No Global Variables
//Like PI, e, Gravity, or conversions

//Function Prototypes Here
int read(char []);
void sort(char [],int);
void print(const char [],int);

//Program Execution Begins Here
int main(int argc, char** argv) {
   //Declare all Variables Here
   const int SIZE=80; //Larger than needed
   char array[SIZE]; //Character array larger than needed
   int sizeIn,sizeDet; //Number of characters to be read, check against length
   
   //Input the size of the array you are sorting
   cout << "Read in a 1 dimensional array of characters and sort" << endl;
   cin >> sizeIn; //Now read in the array of characters and determine it's size
   cout << "Now read the Array" << endl;
   sizeDet=read(array); //Sort the array
   sort(array,sizeDet); //Print the results
   print(array,sizeDet);
   
   //Exit
   return 0;
}

int read(char a[]){
   char c;
   int size=0;
   cin.get(c);
   while(c!='\n'){
       a[size]=c;
       size++;
       cin.get(c);
   }
   return size;
}

void sort(char a[],int n){
   for(int i=0;ia[j]){
               char temp=a[i];
               a[i]=a[j];
               a[j]=temp;
           }
       }
   }
}

void print(const char a[],int n){
   for(int i=0;i

Learn more about 1-dimensional array here:

https://brainly.com/question/28505614

#SPJ11


Related Questions

Which of the following probably would not be the first step in research? O Visiting the corporate library. O Interviewing students. A O Visiting the public library. O Consulting the World Wide Web.

Answers

Visiting the public library probably would not be the first step in research. While visiting a public library can be helpful for research purposes, it may not always be the most efficient or effective first step.

Instead, the first step in research typically involves defining a research question or topic and then conducting a preliminary review of relevant literature and sources to gain a better understanding of the topic and identify any gaps or areas for further investigation. This can involve consulting a variety of sources, such as scholarly journals, books, online databases, and even the World Wide Web. After conducting a preliminary review, researchers can then develop a more focused research question or hypothesis and begin collecting and analyzing data to answer their research question

Learn more about public library here:

https://brainly.com/question/28982914

#SPJ11

Help me guys..
thankyou​

Help me guys..thankyou

Answers

Answer:

spoon

excess

level

1/2 cup

whatever dry ingredient u have

Explanation:

When using bits to represent fractions of a number, can you create all possible fractions? Why or why not?

Answers

Answer:

No, there will be values you cannot create, such as values smaller than your smallest bit place value, or values that are "in-between" other values. This inability to represent numbers exactly results in roundoff errors.

Explanation:

Answer:

Yes, we can create the possible fractions using bits to represent the fractions of a number.

Explanation:

A bit is defined as a single digit in the binary code. It is the basic unit of information in digital communication and computing. It has values either 0 or 1.

In the context, we can create the fractions by using the first bits in order to represent the full number and also the last for the bits as the numbers that is above the fraction.

Learn More :

https://brainly.com/question/17386539

When using bits to represent fractions of a number, can you create all possible fractions? Why or why

suppose the net capital outflow from zenovia is negative. this implies that:____

Answers

If the net capital outflow from Zenovia is negative, this implies that Zenovia is experiencing a net capital inflow, meaning more investments are coming into the country than leaving it.

In this situation, foreign investors are investing more in Zenovia's assets than Zenovian investors are investing in foreign assets. Here's a step-by-step explanation:

1. Net capital outflow (NCO) is the difference between the total amount of capital leaving a country and the total amount of capital entering the country. A positive NCO means more capital is leaving than entering, while a negative NCO means more capital is entering than leaving.

2. When there is a negative NCO, it indicates that foreign investments in Zenovia are greater than Zenovian investments in foreign countries. This could be due to a variety of factors, such as favorable interest rates, strong economic growth, or political stability in Zenovia.

3. As a result of the negative NCO, Zenovia will experience an increase in its financial capital, which can lead to greater economic growth and development.

4. A negative NCO can also have an impact on Zenovia's currency, as foreign investors must purchase Zenovian currency to invest in its assets. This demand for the currency can lead to an appreciation of its value.

5. In summary, a negative net capital outflow from Zenovia implies that the country is experiencing a net capital inflow, with more foreign investments coming in than Zenovian investments going out. This can lead to various economic benefits, including increased financial capital and currency appreciation.

Know more about the net capital inflow click here:

https://brainly.com/question/14292127

#SPJ11

Some elements of the simulation certainly seem more "real-world" than others. Which element in the simulation (target market, product development, pricing, retailer selection, positioning or advertising) seems most representative of a real world scenario and why? Use a specific example from the simulation to support your answer.

Answers

In the simulation, one element that seems most representative of a real-world scenario is retailer selection. Retailer selection involves deciding which retailers to partner with to distribute and sell the product. This decision is crucial as it can significantly impact the product's visibility, accessibility, and ultimately its success in the market.

A specific example from the simulation that supports the real-world representation of retailer selection is the choice between partnering with a large national retailer or a regional specialty store. This decision reflects a common dilemma faced by companies when launching a product. In the simulation, selecting a large national retailer provides broader reach and access to a wider customer base, potentially leading to higher sales volume. On the other hand, partnering with a regional specialty store allows for a more targeted approach, focusing on a specific demographic or niche market.This real-world scenario of retailer selection highlights the importance of strategic decision-making and understanding the unique advantages and trade-offs associated with different retail partners. It requires consideration of factors such as brand alignment, target market demographics, distribution capabilities, and competitive landscape. By simulating this element, the simulation provides a realistic representation of the complexities involved in choosing the right retail partners for effective product distribution and market penetration

learn more about simulation here :

https://brainly.com/question/2166921

#SPJ11

Drag the tiles to the correct boxes to complete the pairs.
Match the testing tools to their use.
Selenium
JMeter
load testing tool
functional testing tool
test management tool
defect-tracking tool
QTP
web browser automation tool
Quality Center
Bugzilla

Answers

Answer:

JMeter is a functional testing tool

#open file fp = open("salary.csv","w") #initialize variables to calculate total values for experience year and monthly salary totalExp = 0 totalSalary = 0 #initialize variable to get number of data in the file numOfData=0 #read data from file row by row for rowFile in fp0 salaryInfo = rowFile.split(",") #store experience year and monthly salary in variable expYear and monthSalary expYear int salaryInfo[0] monthSalary = int salaryInfo[1] ) #calculate total Experience Year and Monthly Salary totalExp = totalExp + ExpYear ♦ #store experience year and monthly salary in variable expYear and monthSalary expYear = int salaryInfo[0] + monthSalary = int salaryInfo[1] ) #calculate total Experience Year and Monthly Salary totalExp = totalExp + ExpYear totalSalary = totalSalary + monthSalary #count number of data in the file numOfData = numOfData +1 #calculate average for Experience Year and Monthly Salary averageExp = totalExp/numOfData averageSalary = totalSalary/numOfData #print out the average for Experience Year and Monthly Salary print("Average Experience Year:",round(averageExp,2)) print("Average Monthly Salary:RM",round (averageSalary,2)) #close file fp.close()

Answers

The code given is used to calculate the average monthly salary and average experience year from the salary.csv file. Here is what the code does:

- It opens the salary.csv file in write mode and saves it to the fp variable.
- It initializes the variables to calculate the total values for the experience year and monthly salary, totalExp and totalSalary respectively.
- It initializes the variable to get the number of data in the file, numOfData.
- It reads the data from the file row by row and stores the experience year and monthly salary in the variables expYear and monthSalary.
- It calculates the total experience year and monthly salary by adding them up.
- It counts the number of data in the file by incrementing the numOfData variable.
- It calculates the average for experience year and monthly salary by dividing the totalExp and totalSalary variables by numOfData.
- It prints out the average experience year and monthly salary.
- It closes the salary.csv file.

The code given in the question is used to read data from a CSV file and calculate the average monthly salary and average experience year. The code opens the file "salary.csv" in write mode and initializes the variables to calculate the total values for the experience year and monthly salary, totalExp, and totalSalary respectively.
The code then reads the data from the file row by row and stores the experience year and monthly salary in the variables expYear and monthSalary. It calculates the total experience year and monthly salary by adding them up and counts the number of data in the file by incrementing the numOfData variable.
Finally, the code calculates the average for experience year and monthly salary by dividing the totalExp and totalSalary variables by numOfData and prints out the average experience year and monthly salary. The code then closes the salary.csv file.

In conclusion, the given code reads data from a CSV file and calculates the average monthly salary and average experience year. It is a simple program that uses a for loop to iterate through the rows of data and performs calculations to determine the total and average values.

To know more about file visit:

brainly.com/question/28578338

#SPJ11

Carlos, a network technician, replaces a failed switch with a new switch. Carlos informs the users on the subnet served by the switch that they can reconnect to the network. One user calls to report that she is still unable to access any resources on the network. Carlos checks the indicator light for the switch port to which that user is connected. The LED light is not lit. What action should Carlos take next to resolve this problem

Answers

Answer:

Explanation:

If the indicated network switch port has no glowing green LED then that switch port is either off or failing. This can sometimes happen even with newly replaced switches. In this case Carlos should first check to make sure that the switch port is properly installed. If so, then he should switch the port for a new one. If the LED light turns on and is still not green, then it may be an error with a faulty cable, and in this case Carlos should replace the cable with a new one, which should solve the issue.

i need random facts about bill gates.

Answers

He is the co founder of Microsoft

Melanie needs to ensure that readers are able to locate specific sections within a document easily. What should she include in
the document?
concordance
index
table of contents
bibliography

Answers

Answer:

according to me,she should include an index

Answer:

index

Explanation:

This is an image of the ...........................Topology.

if answer Correct i will mark the first person brainly.​

This is an image of the ...........................Topology.if answer Correct i will mark the first person

Answers

Answer:

Mesh

Explanation:

when receiving your bank account, you should immediately do what

Answers

Answer:

give ur account details to everyone in the world

Explanation:

Question #8
Fill in the Blank
What is the output of the following program?
>>> phrase = "help me"
>>> len(phrase)

Answers

Answer:

The other person is correct the answer is 7

Explanation:

I got it right on edge

Answer:

7

Explanation:

I know I wasn't first to answer but give me brainliest plz.

show that if ham-cycle is in p, then the problem of listing the vertices of a hamiltonian cycle, in order, is polynomial-time solvable.

Answers

The brute force algorithm would check all possible permutations of the graph G. If G is presented as an adjacency matrix with size n, the number of vertices (m) in the graph is Ω(√n). There are m! possible permutations of the vertices, so the running time is Ω((√n)!) and is therefore super polynomial.

What is meant by Hamiltonian cycle ?

A complete loop around a graph known as a Hamiltonian cycle, also known as a Hamiltonian circuit, Hamilton cycle, or Hamilton circuit, visits each node precisely once (Skiena 1990, p. 196). A graph is referred to as Hamiltonian if it has a Hamiltonian cycle.

There is a Hamiltonian cycle in a dodecahedron, a regular solid with twelve identical pentagonal faces. On a graph, a closed loop known as a Hamiltonian cycle is one that visits each node (vertex) precisely once.

A Hamiltonian path (also known as a traceable path) is a path in an undirected or directed graph that visits each vertex exactly once, according to the mathematical discipline of graph theory. A cycle called a Hamiltonian cycle (or Hamiltonian circuit) makes one exact trip to each vertex.

To learn more about  complete loop   refer to :

https://brainly.com/question/19344465

#SPJ4

Who is credited with conceiving and designing the eniac.

Answers

The ENIAC (Electronic Numerical Integrator and Computer) is a computing device that was first created in the mid-1940s. This computer is credited with being the first all-electronic digital computer, which was designed and conceived by J. Presper Eckert and John Mauchly.

ENIAC was built by a team of engineers and scientists, led by Eckert and Mauchly, at the University of Pennsylvania's Moore School of Electrical Engineering. At the time, the United States Army needed a faster and more reliable method of calculating artillery firing tables for their new weapons. The ENIAC was developed to help them achieve that goal. The ENIAC was a massive machine, weighing in at over 27 tonnes and taking up an entire room. It used over 17,000 vacuum tubes to perform its calculations, which made it prone to frequent breakdowns and failures. Despite these challenges, it was able to perform calculations at a speed that was unheard of at the time. The machine could perform 5,000 additions per second and 357 multiplications per second. In conclusion, the ENIAC is a computing device that was first created in the mid-1940s. It was designed and conceived by J. Presper Eckert and John Mauchly. The ENIAC was the first all-electronic digital computer, which was built to help the United States Army achieve faster and more reliable calculations of artillery firing tables.

To learn more about ENIAC, visit:

https://brainly.com/question/30187049

#SPJ11

tle electrical instulation maintance
1.what is inventory 2. what is job order 3. what is barrow form 4. what is purchase request

Answers

Inventory refers to the process of keeping track of all materials and equipment used in electrical insulation maintenance.  A job order is a document that contains all the information necessary to complete a specific maintenance task.

Definition of the aforementioned questions

1) Inventory refers to the process of keeping track of all materials and equipment used in electrical insulation maintenance. This includes maintaining a list of all the items in stock, monitoring their usage, and ensuring that there are enough supplies to meet the demands of the job.

2) A job order is a document that contains all the information necessary to complete a specific maintenance task. This includes details about the task, such as the materials and tools required, the location of the work, and any safety considerations.

3) A barrow form is a document used to request materials or equipment from the inventory. It contains details about the requested item, including the quantity, the purpose of the request, and the name of the person or team making the request. The form is usually signed by an authorized person and submitted to the inventory manager or other appropriate personnel.

4) A purchase request is a document used to initiate the process of purchasing new materials or equipment for the electrical insulation maintenance program. It contains details about the item to be purchased, including the quantity, the cost, and the vendor or supplier. The purchase request is typically reviewed and approved by a supervisor or manager before the purchase is made.

learn more about electrical insulation maintenance at https://brainly.com/question/28631676

#SPJ1

who introduce the concept of having a stored program kin memory​

Answers

Answer:

John von Neumann

Explanation ::=

The idea was introduced in the late 1940s by John von Neumann, who proposed that a program be electronically stored in binary-number format in a memory device so that instructions could be modified by the computer as determined by intermediate computational results.

hope you understand dear friend please give brainliest plz follow me

add a new console application named exercise02 to your workspace. create a class named shape with properties named height, width, and area. add three classes that derive from it—rectangle, square, and circle—with any additional members you feel are appropriate and that override and implement the area property correctly.

Answers

To add a new console application named "exercise02" to your workspace, follow these steps:1. Open your preferred integrated development environment (IDE) or text editor.
2. Create a new project or solution for your console application.
3. Name the project "exercise02" and choose the appropriate programming language.
4. Once the project is created, locate the solution explorer or project explorer panel.
5. Right-click on the project name ("exercise02") and select "Add" or "New Item" to add a new item to the project.
6. Choose the option to add a new class file and name it "Shape.cs".
7. Within the "Shape" class, define the properties "height," "width," and "area" using the appropriate data types for your programming language. For example, in C#, you would define the properties as follows:

```csharp
public class Shape
{
   public int Height { get; set; }
   public int Width { get; set; }
   public int Area { get; set; }
}
```

8. Next, create three classes that derive from the "Shape" class: "Rectangle," "Square," and "Circle."
9. To do this, create new class files for each of these shapes (e.g., "Rectangle.cs," "Square.cs," "Circle.cs") and define them as subclasses of the "Shape" class.
10. In each derived class, override the "Area" property and implement the correct calculation for that particular shape.
11. For example, in the "Rectangle" class, you would override the "Area" property as follows:

```csharp
public class Rectangle : Shape
{
   public override int Area
   {
       get { return Height * Width; }
   }
}
```

12. Similarly, you would override the "Area" property in the "Square" and "Circle" classes, implementing the appropriate area calculation for each shape.
13. Feel free to add any additional members to the derived classes that you deem necessary for your application.
14. Once you have implemented the necessary classes, you can use them within your console application to create instances of different shapes and access their properties and methods.

Remember to adapt the code snippets provided to the specific programming language you are using, and ensure that the area calculations are accurate for each shape.

To know more about new console application visit:

https://brainly.com/question/33512942

#SPJ11

1- Create a console application project in C#

2. Create a class named Shape with properties named Height, Width, and Area.

3. Add three classes that derive from it—Rectangle, Square, and Circle—with any additional members you feel are appropriate and that override and implement the Area property correctly.

4. In Program.cs, in the Main method, add statements to create one instance of each shape, as shown in the following code:

var r = new Rectangle(3, 4.5);

WriteLine($"Rectangle H: {r.Height}, W: {r.Width}, Area: {r.Area}");

var s = new Square(5);

WriteLine($"Square H: {s.Height}, W: {s.Width}, Area: {s.Area}");

var c = new Circle(2.5);

WriteLine($"Circle H: {c.Height}, W: {c.Width}, Area: {c.Area}");

5. Run the console application and ensure that the result looks like the following output:

Rectangle H: 3, W: 4.5, Area: 13.5

Square H: 5, W: 5, Area: 25

Circle H: 5, W: 5, Area: 19.6349540849362

Write a program to declare an integer array of size 10 and fill it with random numbers using the random number generator in the range 1 to 5. The program should then perform the following: . Print the values stored in the array Change each value in the array such that it equals to the value multiplied by its index. Print the modified array. You may use only pointerioffset notation when solving the programt Example run: The sales red the fa (& 7 4- 8 A hp 144 ( 9 Add text 1 Draw P

Answers

We declare an integer array 'arr' of size 10. We then use the 'srand' function to seed the random number generator with the current time to ensure different random numbers on each program run.

Here's a program in C that fulfills the requirements you mentioned:

#include <stdio.h>

#include <stdlib.h>

#include <time.h>

int main() {

   int arr[10];

   srand(time(NULL)); // Seed the random number generator

   // Fill the array with random numbers between 1 and 5

   for (int i = 0; i < 10; i++) {

       arr[i] = rand() % 5 + 1;

   }

   // Print the original array

   printf("Original Array: ");

   for (int i = 0; i < 10; i++) {

       printf("%d ", arr[i]);

   }

   printf("\n");

   // Modify each value in the array by multiplying it with its index

   for (int i = 0; i < 10; i++) {

       arr[i] = arr[i] * i;

   }

   // Print the modified array

   printf("Modified Array: ");

   for (int i = 0; i < 10; i++) {

       printf("%d ", arr[i]);

   }

   printf("\n");

   return 0;

}

We fill the array with random numbers between 1 and 5 using the rand function. To limit the range, we use the modulo operator (%) to get the remainder when divided by 5 and add 1 to shift the range from 0-4 to 1-5.

We then print the original array using a for loop. After that, we modify each value in the array by multiplying it with its index. Finally, we print the modified array.

Each array element is accessed using pointer arithmetic notation, 'arr[i]', where 'i' represents the index of the element.

Upon running the program, you should see the original array printed first, followed by the modified array.

To know more about integer array

brainly.com/question/32893574

#SPJ11

model of social relations, individuals go through life embedded in a personal network of individuals to whom they give and from whom they receive social support.

Answers

According to the social convoy theory of social relationships, people live their lives as part of a personal network of people to whom they provide support and from whom they receive it.

What is the meaning of social convoy?

The people that travel with us on the road of life are referred to as the social convoy. At every stage of development, this social grouping is a crucial component of successful adjustment and wellbeing.

As one matures and develops, they rely on these interactions and connections because all are social beings. Social convoy is a network of friends that travel through life with us and support us through both good and difficult times.

Learn more about social convoy from here:

https://brainly.com/question/7318152

#SPJ1

The complete question has been attached in text form:

In the social ______ model of social relations, individuals go through life embedded in a personal network of individuals to whom they give and from whom they receive social support.

I need help please.
.

I need help please..

Answers

Answer:

yes

Explanation:

157 > 145

Answer:yes

Explanation:12

the goal and plan selection step of the formal planning process comes after which action?

Answers

The goal and plan selection step of the formal planning process comes after developing a consciousness of the present condition.

What is a planning process?

A procedure goes into planning. It should be comprehensive, systematic, integrated, and negotiated, with an eye toward the future. It is systematic, involves a thorough search for alternatives, examines pertinent data, and is frequently participatory.

Formal Planning: When planning is restricted to text, it is considered formal. A formal plan is beneficial when there are plenty of actions because it will aid in effective control. Formal planning seeks to establish goals and objectives. The action is what ultimately decides what needs to be done. The most complex type of planning is called formal strategic planning. It suggests that a company's strategic planning process includes explicit, methodical procedures utilized to win the stakeholders' cooperation and commitment, most impacted by the strategy.

To know more about the planning process, check out:

https://brainly.com/question/27989299

#SPJ1

HELP FAST PLZZZ. Madison loves to play multi-user games with very realistic graphics. How much RAM should she have in her laptop??
Group of answer choices

6 GB

8 GB

16 GB

4 GB

Answers

Answer:

16.

Explanation:

The value that excel displays for a cell is always the precise value you enter in the spreadsheet or the precise value resulting from a formula in that cell that is stored by the software.a. Trueb. False

Answers

This claim is untrue since Excel should always show the exact number that you enter into the column or the exact value that results from a calculation that is placed in that cell.

What are a few illustrations of spreadsheet applications?

A type of computer application called a technology program may be used to organise, store, and analyse data in a tabular format. The application can imitate digital versions of paper accounting spreadsheets. They could also have several connected sheets with content is shown text, statistics, or graphics.

Which spreadsheet programme is the most straightforward?

LibreOffice Arithmetic or Apache Avian influenza viruses Calc offline may indeed be adequate if you simply need a basic computer for straightforward administrative tasks, such as calculations. if you desire more complex features.

To know more about Spreadsheet visit:

https://brainly.com/question/8284022

#SPJ4

What will be the value of the variable list after the following code executes? list = [1, 2, 3, 4] list[3] = 10

Answers

After the code executes, the value of the variable list will be [1, 2, 3, 10].

The code creates a list with four elements: 1, 2, 3, and 4. Then, it accesses the fourth element of the list (which has an index of 3, since indexing in Python starts at 0) and assigns the value 10 to it.

So, the value of the fourth element of the list is changed from 4 to 10. The other elements remain the same. Therefore, the resulting list is [1, 2, 3, 10].

It's important to note that lists in Python are mutable, which means that their elements can be changed after they are created. In this case, the value of one element of the list was changed using indexing and assignment.

This behavior of mutable objects like lists can be useful in many programming tasks, but it's also important to be careful when working with mutable objects to avoid unintended side effects.

Learn more about code execute here:

https://brainly.com/question/29677434

#SPJ11

Explain two ways by which the calendar meets or fails to meet the criteria of showing the correct data

Explain two ways by which the calendar meets or fails to meet the criteria of showing the correct data

Answers

Answer:

The two ways the calendar meets the criteria of showing the correct date are;

1) The calendar can give dates in the 12 months in a year

2) The calendar can show up to the 31 different days in a month

Explanation:

The two ways in which the calendar meets the criteria of showing the correct date are;

1) The number number of long blocks with 4 different months each = Three

Therefore, the total number of months the blocks can hold = 3 × 4 months = 12 months = The number of months in a year

2) The number of faces on each dice = 6 faces

The number of dice = 2 dice

The total number of faces = 12

The number of identical faces = 2 (11th and 22nd of the month)

The number of unique faces = 10

The number of combinations of the dices = ₁₀C₂ = 45

The number of combination of faces required to show = 1 to 31 = 31 combination

Therefore, there are adequate combinations on the dice to show all the dates of month

Choose all items that represent characteristics of the job application process.


Drug screens and background checks are sometimes requested.


Federal anti-discrimination laws govern aspects of the process.


All employers now use the same process.


You can apply by sending paper documents or apply online.


States have laws governing the process

Answers

Answer:

A. Drug screens and background checks are sometimes requested: Many employers require job applicants to undergo drug tests and/or background checks as part of the hiring process. This helps employers make informed hiring decisions and ensure that their employees are reliable and trustworthy.

B. Federal anti-discrimination laws govern aspects of the process: Employers are prohibited by federal law from discriminating against job applicants based on their race, color, religion, sex, national origin, age, or disability. Employers are also required to provide reasonable accommodations for individuals with disabilities during the application process.

D. You can apply by sending paper documents or apply online: Job applicants can typically choose to apply for jobs by submitting paper documents or by applying online through a company's website or a job search website.

E. States have laws governing the process: In addition to federal laws, many states have their own laws governing aspects of the job application process, such as when employers can conduct background checks, what information can be requested from job applicants, and what types of questions can be asked during job interviews.

Which of the following best describes a directory path?

Which of the following best describes a directory path?

Answers

Answer:

its and online help sys

Explanation:

Answer:D

Explanation:

Bc its right on Edg

What is UNIX?

A program for writing documents
A graphical interface
An internet browser
An operating system

Answers

Answer:

UNIX is an operating system.

Unix is a multiuser multitasking operating system (OS).

Can someone help me figure out why my else statment is not working?




----------------------------------------------------------------------------------------------------------------------------
print("\tBank of The Funny Money Bunny Farm\n")
print("Client\t\tDeposits\tWithdrawals\tBalance\t\tNotes:")
print("__________________________________________________________________________________________________________________________")

names = ['Judith', 'Jimmie', 'Johnny', 'Joseph', 'Jeffry', 'Buddie', 'Charlie', 'Maxine', 'Jannis', 'Bodine']
deposists = [255.23, 525.55, 323.21, 651.48, 507.11, 101.11, 253.36, 323.22, 611.45, 252.91]
withdrawals = [255.76, 128.65, 156.22, 175.33, 390.12, 255.41, 128.22, 156.23, 728.98, 251.43]
balance = []
notes = []

for i in range(len(names)):
balance.appened(deposits[i] - withdrawals[i])
if(balance < 0):
print((names[i] + ", you are overdrawn. Your account balance is " + "$%.2f"%(balance[i]))
else:
print("" + names[i] + "\t\t" + "%.2f"%(deposits[i]) + "\t\t" + "%.2f"%(withdrawals[i]) + "\t\t" + "%.2f"%(balance[i]) + "\t\t" + notes[i])

print("__________________________________________________________________________________________________________________________")
print("\© Copyright 2021 Funny Bunny Money Productions")

#Main

print("\tBank of The Funny Money Bunny Farm\n")
account = int(input("How many new accounts are needed: "))
for i in range(account):
input("Enter the name of the client: ")
input("Enter the deposist of the client: ")
input("Enter the withdraral of the client: ")

Answers

Answer:

below is a version of your code that runs.

I'm not sure if it does what you expect it to do.

Can someone help me figure out why my else statment is not working?----------------------------------------------------------------------------------------------------------------------------print("\tBank
Can someone help me figure out why my else statment is not working?----------------------------------------------------------------------------------------------------------------------------print("\tBank
Other Questions
ABC Technologies had its computer network compromised through a cybersecurity breach. A cybersecurity expert was employed to analyze and identify what caused the attack and the damage caused by the attack. He checked an available database for this purpose and found the threat actor behind the attack. He also found out the cybercriminal has been attempting to sell the company's valuable data on the internet. Which are the most probable methods used by the cybersecurity expert to get to this stage of the investigation? A. The cybersecurity expert checked with CISCP and also investigated the dark web. B. The cybersecurity expert checked the threat maps and used TAXII. C. The cybersecurity expert checked the threat maps and used the MAR report. D. The cybersecurity expert used STIX and checked with CISCP. cognitive psychotherapy is based on the assumption that psychological problems are essentially caused by? Suppose f is the probability density function (PDF) and F is the cumulative distribution function (CDF) for the weight (in grams) of a newborn puppy. Interpret the statement 500 sentence, including units. { $(a)dx = 0.25. Your answer should be a complete yoda is 500km above the surface of the earth. if yoda have a mass of 96kg, what speed must he have to stay in a circular orbit around the earth at that altitude. what statement was considered a contributor to vulnerabilities in the OpenSSL security product, known as the Heartbleed bug? A right triangle is describe as having an angle of measure six less than negative two times a number, another angle measure that is three less than negative one-fourth the number, and a right angle. What are the measure of the angles in degree Southern Rim Parts estimates its manufacturing overhead to be $495,000 and its direct labor costs to be $900,000 for year 1. The first three jobs that Southern Rim worked on had actual direct labor costs of $20,000 for Job 301, $30,000 for Job 302, and $40,000 for Job 303. For the year, actual manufacturing overhead was $479,000 and total direct labor cost was $850,000. Manufacturing overhead is applied to jobs on the basis of direct labor costs using predetermined rates.Overhead applied in each of the inventory accounts is as follows:Work-in-process inventory$37,400Finished goods inventory102,850Cost of goods sold327,250Required:Prepare an entry to allocate the under- or overapplied overhead. Record the allocation of over- or underapplied overhead. Rerouting, widening, deepening, and lining are methods used for , ______which is done to increase the velocity of water flow through a channel. A car moves from rest.The graph gives information about the speed, v metres per second, of the car t seconds after it starts to move.Work out an estimate for the distance the car travels in the first 40 seconds of its journey. Use 4 strips of equal width. Cady needs to increase her intake of minerals. When her dad is buying groceries for the week, what would be BEST for Cady to ask him to get? A. tater tots B. frozen pizza C. broccoli D. fish sticks Assume that Maria Gonzalez was 36 years old when she filed her 2022 tax return. She has 2 kids ages 5 & 12 years old who she claimed as dependents on her tax return. Also, her W2 wages were $60,000, $5,000 was received from unemployment income and her federal withholdings were $5,200. She also donated $10,500 to her needy friends and gave $12,000 to her church as tithes. Also, her sales tax was $569. Assume that her tax from the IRS tax table was $5.182. Based on the following facts above, What is Marias?Filing Status ________________Total Income $___________________Adjusted Gross Income (AGI) $______________________Standard Deduction $___________________________Total Itemized Deduction $ ________________________Taxable Income $_______________________________Child Tax Credit (CTC) $ _______________________Tax Refund $____________________________Tax owed, if any $ _________________________ TRUE or FALSE. Students from stereotyped groups are more vulnerable to the self-fulfilling prophecy than are students from majority, non-stereotyped groups. A solar sailplane is going from Earth to Mars. Its sail is oriented to give a solar radiation force of FRad = 7.70 102 N. The gravitational force due to the Sun is 173 N and the gravitational force due to Earth is 1.00 102 N. All forces are in the plane formed by Earth, Sun, and sailplane. The mass of the sailplane is 14,900 kg. What is the magnitude of the acceleration on the sailplane? Answer in m/s2 In the early 1900s, American cities became increasingly segregated. Which of the following factors contributed to this trend?-the mass migration to southern U.S. cities.-the laws restricting where nonwhites could live.-the rise of industrialism.-"the new immigration" of European Americans out of the slums. When accounting for the General Fund, the Encumbrances Control account is credited when: A) A purchase order is approved. B) The budget is approved. C) An invoice is paid. D) A purchase order is filled or canceled. Once the following equation is balanced with the smallest set of whole number coefficients, what is the sum of the coefficients? (Don't forget to include coefficients of one.)Cr+H2SO4Cr2(SO4)3+H2A. 11B. 4C. 13D. 15E. 9 My older sister comes to visit once in a blue moon what figure of speech is it A negative point charge is placed next to an uncharged conducting sphere: An electric potential map is shown in the figure. Three regions (A,B , and C) are indicated on the map. Order the electric field in these regions from strongest at the top of the list to weakest at the bottom of the list. Identify two ways you can change the amount of force (gravity) the objects experience. How could you increase gravitational force using each factor? How could you decrease gravitational force using each factor? Complete the chart for each scenario below. Calcium carbonate, CaCO3, is able to remove sulfur dioxide, SO2, from waste gases by a reaction in which they react in a 1: 1 stoichiometric ratio to form equimolar amounts of CaSO3. When 255 g of CaCO3 reacted with 135 g of SO2, 198 g of CaSO3 were formed. Determine the percentage yield of CaSO3