Write a C++ program to implement the following with the specified input and output: First: make a menu list as you find suitable, three main options for the questions, and then make suboptions for...


Please don't give me chegg answers


Write a C++ program to implement the following with the specified input and output:<br>First: make a menu list as you find suitable, three main options for the questions, and then<br>make suboptions for each one to perform the requirements.<br>Second: you must add option to read from a file at the beginning rather than make the user to<br>enter the values to save time. (the file format/order is up to you).<br>Third: submit compressed folder (the code, input file, and PDF for screenshots).<br>Q1. Find the number of of injections (one to one) and surjections (onto function) from a set A<br>containing n elements to a set B containing m elements.<br>Q2. Implement The Chinese Remainder Theorem. Print the intermediate steps of the Theorem<br>before printing the result of it.<br>Q3. Fuzzy sets are used in artificial intelligence. Each element in the universal set U has a<br>degree of membership, which is a real number between 0 and 1 (including 0 and 1), in a fuzzy<br>set S. The fuzzy set S is denoted by listing the elements with their degrees of membership<br>(elements with 0 degree of membership are not listed).<br>For example:<br>A = {0.2a, 0. 4b, 0. 3c, 0.9d, 0.7e}<br>B = {0. 9a, 0. 6b, 0. 5c, 0. 8d, 0.9e}<br>Assume the size of each set is 10 variables(a-j).<br>For the set A, a has a 0.2 degree of membership in A, b has a 0.4 degree of membership in A, c<br>has a 0.3 degree of membership in A, d has 0.9 degree<br>of membership in A, and e has a 0.7 degree of membership in A.<br>• The complement of a fuzzy set S is the set S, with the degree of the membership of an<br>element in S equal to 1 minus the degree of membership of this element in S.<br>• The intersection of two fuzzy sets S and T is the fuzzy set SNT, where the degree of<br>membership of an element in S NT is the minimum of the degrees of membership of<br>this element in S and in T .<br>The difference between two fuzzy sets S and T is the fuzzy set S - T, where the degree<br>of membership of an element in S- T is the minimum of the degrees of membership of<br>this element in S and 1 minus the degree of membership of this element in T.<br>• The union of two fuzzy sets S and T is the fuzzy set S UT, where the degree of<br>membership of an element in S U T is the maximum of the degrees of membership of<br>this element in S and in T.<br>Find the following:<br>1) A UB<br>2) B - A<br>

Extracted text: Write a C++ program to implement the following with the specified input and output: First: make a menu list as you find suitable, three main options for the questions, and then make suboptions for each one to perform the requirements. Second: you must add option to read from a file at the beginning rather than make the user to enter the values to save time. (the file format/order is up to you). Third: submit compressed folder (the code, input file, and PDF for screenshots). Q1. Find the number of of injections (one to one) and surjections (onto function) from a set A containing n elements to a set B containing m elements. Q2. Implement The Chinese Remainder Theorem. Print the intermediate steps of the Theorem before printing the result of it. Q3. Fuzzy sets are used in artificial intelligence. Each element in the universal set U has a degree of membership, which is a real number between 0 and 1 (including 0 and 1), in a fuzzy set S. The fuzzy set S is denoted by listing the elements with their degrees of membership (elements with 0 degree of membership are not listed). For example: A = {0.2a, 0. 4b, 0. 3c, 0.9d, 0.7e} B = {0. 9a, 0. 6b, 0. 5c, 0. 8d, 0.9e} Assume the size of each set is 10 variables(a-j). For the set A, a has a 0.2 degree of membership in A, b has a 0.4 degree of membership in A, c has a 0.3 degree of membership in A, d has 0.9 degree of membership in A, and e has a 0.7 degree of membership in A. • The complement of a fuzzy set S is the set S, with the degree of the membership of an element in S equal to 1 minus the degree of membership of this element in S. • The intersection of two fuzzy sets S and T is the fuzzy set SNT, where the degree of membership of an element in S NT is the minimum of the degrees of membership of this element in S and in T . The difference between two fuzzy sets S and T is the fuzzy set S - T, where the degree of membership of an element in S- T is the minimum of the degrees of membership of this element in S and 1 minus the degree of membership of this element in T. • The union of two fuzzy sets S and T is the fuzzy set S UT, where the degree of membership of an element in S U T is the maximum of the degrees of membership of this element in S and in T. Find the following: 1) A UB 2) B - A
Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here