Write a program that calculates the intersection of two sets

Assignment Help Programming Languages
Reference no: EM131321345

Assignment

Write a program that calculates the intersection of two sets of numbers. The sets can be represented using arrays. The general idea is that A!=0 if i is in the set and A==0 if it is not.

Array element

A can thus be treated as a Boolean. Since the array has a fixed bound, say N, the values in the set are restricted to the range 0..N. For example, the array A[10]={0,0,1,0,1,1} would represent the set {2,4,5}, because A[2], A[4] and A[5] have value 1 and everywhere else A contains zeros.

The program should read two sets (arrays) of number s A and B. Then it computes the intersection and displays the results. Make N equal to 10.

Example

Enter number of elements in set A:

5

Enter set A:

0 4 2 1 6

Enter number of elements in set B:

3

Enter set B:

1 9 3

Intersection: 1

3. You are asked to implement a program that helps a school instructor to perform different operations on the scores of his students in a specific class.

The classroom has 10 students. Each student has performed 5 tests during the semester (each test is out of 100). Your program should do the following:

a. Declare an array of strings which stores the names of the students.

b. Declare a two dimensional array which stores the scores of the students.

c. Take the input data from a text file named "students.txt". The file contains the data of 10 students (i.e. the name of the student followed by5 scores). An example of the input file is shown below:

College of Arts & Sciences, Department of Computer.

d. Display a menu with the following options (the user should enter the number of the desired option):

1. Compute the average for each student. Then the program displays the name of each student along with his/her average.

2. Compute and display the name of the student with the highest average.

3. Compute and display the number of students who passed the course and the number of students who failed. Note that the passing score is 70.

0. Quit the program.

Reference no: EM131321345

Questions Cloud

Determine the apple kinetic energy : A 0.21-kg apple falls from a tree to the ground, 4.0 m below. Ignoring air resistance, determine the apple's kinetic energy, K, the gravitational potential energy of the system, U, and the total mechanical energy of the system, E,
Calculate and plot the lorenz curve : The Table below gives the income of each of four individuals who are in a region. Calculate and plot the Lorenz curve and calculate the Gini coefficient for this economy
Compare and contrast their global business competitiveness : Every country around the globe is competing for investments by multinational companies. However, before investing in a new facility overseas, each company takes a multitude of factors into account.
What is the force that the water exerts : A) What is the force that the water exerts on top of the can? B) What is the force that the water exerts on the bottom of the can? C) If the can has a mass of 2000 grams, what is the tension in the string?
Write a program that calculates the intersection of two sets : Write a program that calculates the intersection of two sets of numbers. The sets can be represented using arrays. The general idea is that A!=0 if i is in the set and A==0 if it is not.
Holders either at specific date after the date of issue : Bonds that can be redeemed at par at the option of their holders either at specific date after the date of issue and every 1 to 5 years thereafter or when and if the firm takes specified actions such as being acquired, acquiring another company, or i..
Analyze ocbc bank after reading this article : Analyze OCBC Bank after reading this article. Please click on the link, then click on the "Login in as subscriber to read the full article" located at the end of the article, then login with the credentials below. Search for "Putting the 'person' ..
Each project requires net investment outlay : Assume that you are the chief financial officer at Porter Memorial Hospital. The CEO has asked you to analyze two proposed capital investments – Project X and project Y. Each project requires a net investment outlay of $10,000, and the opportunity co..
Simple harmonic motion with an amplitude : A sewing machine needle moves up and down in simple harmonic motion with an amplitude of 1.27 cm and a frequency of 2.55 Hz. What is the maximum speed of the needle? ((answer: 20.3 cm/s))

Reviews

Write a Review

Programming Languages Questions & Answers

  Write a haskell program to calculates a balanced partition

Write a program in Haskell which calculates a balanced partition of N items where each item has a value between 0 and K such that the difference b/w the sum of the values of first partition,

  Create an application to run in the amazon ec2 service

In this project you will create an application to run in the Amazon EC2 service and you will also create a client that can run on local machine and access your application.

  Explain the process to develop a web page locally

Explain the process to develop a Web page locally

  Write functions

These 14 questions covers java class, Array, link list , generic class.

  Programming assignment

If the user wants to read the input from a file, then the output will also go into a different file . If the user wants to read the input interactively, then the output will go to the screen .

  Write a prolog program using swi proglog

Write a Prolog program using swi proglog

  Create a custom application using eclipse

Create a custom Application Using Eclipse Android Development

  Create a application using the mvc architecture

create a application using the MVC architecture. No scripting elements are allowed in JSP pages.

  Develops bespoke solutions for the rubber industry

Develops bespoke solutions for the rubber industry

  Design a program that models the worms behavior

Design a program that models the worm's behavior.

  Writing a class

Build a class for a type called Fraction

  Design a program that assigns seats on an airplane

Write a program that allows an instructor to keep a grade book and also design and implement a program that assigns seats on an airplane.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd