Summary report on Artificial Intelligence (AI):
The term artificial intelligence broadly refers to the application of technology to perform tasks that resemble human cognitive functioning, and is typically defined as "the ability of a machine to imitate intelligent human behaviour." Artificial intelligence typically involves "the theory and development of artificial intelligence systems capable of performing tasks that normally require human intelligence, such as visual perception, speech recognition, decision making, and between languages." John McCarthy, one of the founders of the study of artificial intelligence, "defined the field of using computers to do things that are said to be intelligent when people do them."
Artificial intelligence is used as an umbrella term to cover a wide range of different technologies and applications, some of which are mentioned below.
Machine Learning (ML) Natural Language Processing (NLP) Computer vision (CV) Robotics Process Automation (RPA)AI applications typically involve the use of data, algorithms and human feedback. Ensuring that all these components are properly structured and validated is essential to developing and deploying AI applications.
What is Machine Learning ?Machine learning is a branch of computer science that uses algorithms to process and learn from large amounts of data. Unlike traditional rule-based programming, ML models10 learn from input data to predict or identify meaningful patterns without being specifically programmed to do so. There are different types of ML models depending on their intended task and structure:
Supervised Machine Learning: In supervised ML, a model is trained with labeled input data that correlates with a specified output. Reinforcement learning: In reinforcement learning, the model learns. dynamically to achieve the desired output through trial and error Unsupervised Machine Learning: In unsupervised ML, the input data is unlabelled and the output is undefined Deep Learning: A deep learning model is built on an artificial neural network where algorithms process large amounts of unlabelled or unstructured data through multiple learning layers in a way inspired by how neural networks work in the brainTo learn more about machine learning, visit;
https://brainly.com/question/29386217
#SPJ9
Explain the following :Union within structure union
Answer:
union with union structure
Explanation:
help help help help....
Answer:redo reload copy cut paste bullet list highlight bold numbered list center right left.
Explanation:
That's all I can help with right now
For this task you have the chance to show what you’ve learned about implementing repetition in code. You are required to create a program that uses the while loop structure.
Write a program that always asks the user to enter a number. When the user enters the negative number -1, the program should stop requesting the user to enter a number. The program must then calculate the average of the numbers entered excluding the -1.
Make use of the while loop repetition structure to implement the program.
Explanation:
#include <stdio.h>
main(){
int x,c=0,sum=0;
float a;
printf("enter a number (don't enter -1)\n");
scanf("%d",&x);
while(x!=-1){
c++;
sum+=x;
printf("enter a number(enter -1 to calculate the average)\n");
scanf("%d",&x);
}
a=float(sum)/c;
printf("the average is %.2f ",a);
}
Implication if the intellectual property rights do not exist
Intellectual Property Rights (IPR) are the creative rights over an original piece of work, invention or even an idea behind a business can come under the purview of Intellectual Property Rights Act.
Implication if the intellectual property rights do not exist
1. Less research and development as nobody would reap benefits generated by their innovations.
2. Cultural and art vitality as they would not be made more according to their original work.
3. Job losses and economic issues as IPR helps in boosting both of these factors.
4. Healthcare and treatment would be at lost because of less innovation of useful vaccines.
5. Less emergence of startups with unique ideas, decline in innovative trade and a race backwards.
6. Counterfeiting of journals, research papers leading to a still situation.
Hence, these factors explain what would happen without IPR.
To know more about Intellectual property rights from the given link
https://brainly.com/question/24015145
#SPJ13
A ____ risk assessment evaluates threats to and vulnerabilities of the network.
Answer:
Vulnerability
Explanation:
Vulnerability refers to a weakness in your hardware, software, or procedures
What does Power Query use to change to what it determines is the appropriate data type?
Answer:
Power Query reads the table schema from the data source and automatically displays the data by using the correct data type for each column. Unstructured sources Examples include Excel, CSV, and text files. Power Query automatically detects data types by inspecting the values in the table.
The Power Query is used in Excel. It is used to transfer data from other data sources like text, web or other workbooks.
What is a power query?Power Query extracts the table schema from the data source and uses the appropriate data type for each column to automatically display the data. unorganized sources Excel, CSV, and text files are a few examples. By looking at the values in the table, Power Query automatically determines the data types.
Power Query automatically adds two phases to your query when this setting is enabled: Encourage column headings: increases the prominence of the table's first row as the column header. Changed type: Examines the values from each column before changing the data types of the Any data type values.
Therefore, Excel makes advantage of the Power Query. Data from other data sources, including text, the web, and other workbooks, are transferred using it.
To learn more about power query, refer to the link:
https://brainly.com/question/29756007
#SPJ2
Format a paragraph border
The way that you can format a paragraph border is by:
Pick a phrase, sentence, or paragraph. Click the arrow next to the Borders button on the Home tab. Select the border style you want to use by clicking it in the Borders gallery.What is a paragraph border?To format, this can also be done by:
Select the border style you want to use by clicking it in the Borders gallery. The page margins are not the same as these margins. To distinguish a document title or header, paragraph borders are frequently used.When several paragraphs are chosen, the border is applied to them all at once.Therefore, Press Format. Select the line style you want to use for the border by clicking it in the Style box under Line on the Border tab. Choose the color you want to use from the Color box. To construct the border you want to use, click the border buttons under Border.
Learn more about paragraph from
https://brainly.com/question/1424157
#SPJ1
See full question below
How do you format a paragraph border
Someone gives me the idea to increase this title for my thesis MULTI PURPOSE COOPERATIVE AUTOMATED LENDING MANAGEMENT SYSTEM.
An idea to increase the title for the thesis is the function of MULTI PURPOSE COOPERATIVE AUTOMATED LENDING MANAGEMENT SYSTEM in a growing economy.
What kind of thesis assertions are there?Thesis statements that explain something; those that make an argument and Statement of an analytical thesis.
You will use your research to support an assertion, or argument. A compelling thesis statement introduces the subject of the paper, summarizes the key points, and persuades the reader to keep reading.
Hence, Many thesis statements hint at what will happen in the essay in addition to outlining the argument to be presented. In order to help readers follow the writer's idea as it is developed, this serves as a "road map" for them.
Learn more about thesis from
https://brainly.com/question/14399092
#SPJ1
What are the architectural features of the data storage system in each proposal
Answer:
Network storage architecture refers to the physical and conceptual organization of a network that enables data transfer between storage devices and servers. It provides the backend for most enterprise-level operations and allows users to get what they need
Explanation:
Probability Practice: Cass is interested in figuring out how many customers have applied for a home mortgage recently.
Review the data and calicut are the probability that if Cass runs into one of the financial institutions customers at random, that person has applied for a home mortgage this year.
What is the total number of customers?
How many customers applied for a home mortgage?
Answer:
Doesn't make a lot of sense. Can you be more specific.
Explanation:
What can help refine and narrow search results?
A) search strings
B) Boolean operators
C) algorithms
D) parentheses
The elements or features that can help refine and narrow search results are: B) Boolean operators.
What are Boolean operators?Boolean operators can be defined as the specific words and symbols that are typically designed and developed to enable an end user in expanding or narrowing search parameters, especially when querying a database or search engine in order to generate focused and productive search results.
The types of Boolean operators.In Computer technology, there are three (3) main types of Boolean operators and these include the following:
AND (multiplication)NOT (complementation)OR (addition)In conclusion, a Boolean operator can help an end user in refining and narrowing his or her search results.
Read more on Boolean operator here: https://brainly.com/question/8897321
#SPJ1
Answer:
it is B.
Explanation:
[SPECIAL]>>>WRITE THIS TEXT IN BINARY CODE
Answer: GET YOUR BONUS
in binary code
01000111 01000101 01010100 00100000 01011001 01001111 01010101 01010010 00100000 01000010 01001111 01001110 01010101 01010011
THX:
01010100 01001000 01000001 01001110 01001011 00100000 01011001 01001111 01010101
Answer:
01000111 01000101 01010100 00100000 01011001 01001111 01010101 01010010 00100000 01000010 01001111 01001110 01010101 0101001
Someone gives me the idea to increase this title for my thesis MULTI PURPOSE COOPERATIVE AUTOMATED LENDING MANAGEMENT SYSTEM.
The way to increase this title for the thesis the negative influence of MULTI PURPOSE COOPERATIVE AUTOMATED LENDING MANAGEMENT SYSTEM in an economy.
What does a research thesis entail?It is a position or assertion that you will support with research. A compelling thesis statement outlines the subject to be covered, condenses the key points, and persuades the reader to keep reading.
Therefore, The major topics that will be discussed in the essay should be summarized in the thesis. Many thesis statements hint at what will be discussed in the essay in addition to stating the argument to be made.
Learn more about thesis forming from
https://brainly.com/question/876674
#SPJ1
Write Java statements to declare an array that will store the total car sales values (int) for each month of the year
The Java statements to declare an array that will store the total car sales values (int) for each month of the year is given below:
The Statementint[] months = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12};
This given program gives each value for each month of the year and gives them a number from 1 to 12 which signifies the 12 months of the year:
January, February, March, April, May, June, July, August, September, August, October, November, and December.
Hence, for each sale made, it is computed and the total for each month is printed, along with each individual month and listed out as output.
Read more about java programming here:
https://brainly.com/question/18554491
#SPJ1
You are trying to automate the sales of a car sales and distribution company in the
Western Cape. The work was supposed to be completed by your predecessor, but he
was unable to perform this task as he had a short stint in this job. However, he had
divided this complex task into manageable tasks for you using arrays. Analyse the
input/output of the desktop application below and answer the questions that follow.
a) Write Java statements to declare an array that will store the total car sales
values (int) for each month of the year
Using the knowledge of the computational language in python it is possible to write a code that Write Java statements to declare an array that will store the total car sales values (int) for each month of the year
Writting the code:import javax.swing.*;
import java.util.*;
public class Sales{
public static void main (String[] args) {
int max=1000000,min=100000;
int carSales[]= new int[12];
for(int i=0;i< carSales.length;i++)
carSales[i]=(int)(Math.random()*(max-min+1)+min);
String month[]={"January","February","March","April","May","June","July","August","September","October","November","December"};
int maxSale=carSales[0],index=0;
for(int i=1;i< carSales.length;i++)
{
if(carSales[i]>maxSale)
{
maxSale=carSales[i];
index=i;
}
}
System.out.println(Arrays.toString(carSales));
JFrame f=new JFrame();
JOptionPane.showMessageDialog(f,"Highest Sale Value is "+maxSale+" which occur in month of "+month[index]);
String Jmonth[]=new String[3];
int count=0;
for(int i=0;i< month.length;i++)
{
if(month[i].charAt(0)=='J')
{
Jmonth[count]=month[i];
count++;
}
}
JList list = new JList(Jmonth);
JPanel panel = new JPanel();
panel.add(new JScrollPane(list));
JOptionPane.showMessageDialog(null, panel);
}
}
See more about JAVA at brainly.com/question/18502436
#SPJ1
Identify any two laws and explain their implications on the use of email in an organisation in terms of transmission of information via the Internet
The law of email is crucial. Email has been and continues to be a crucial tool for communication. While some people connect via social media, teamwork apps, and instant messaging, many people still use email, particularly for business.
What is about law of email?The law of email is crucial. Email has been and continues to be a crucial tool for communication. While some people connect via social media, teamwork apps, and instant messaging, many people still use email, particularly for business. It is imperative that people abide by the laws, regulations, codes, and standards that apply to email because if they don't, the communication channel may be jeopardized. Email has certain risks attached to it as well. Most nations rarely have laws that specifically address email. The Email Act, for instance, is hardly ever found. However, email is covered by a wide range of regulations. E-commerce regulations, for instance, frequently apply (like the ECT Act in South Africa).To learn more about Email Act refer to:
https://brainly.com/question/25642105
#SPJ1
You wrote a pseudocode outline of your program using comments. Which character do you use to indicate a line is a comment? O # O/ O& O"
In reference to computers, what is a firewall?
A) letters, numbers, and special characters assigned to unlock accounts and websites
B) email attachments
C) an installed software element that protects and monitors incoming and outgoing data
D) a second copy of files saved to a cloud
Answer:
C) an installed software element that protects and monitors incoming and outgoing data
Explanation:
How computer networks help in storage capacity and volume
Answer:
Having a network of computers (especially a server) allows you to store things on the network instead of your own computer's drive.
Explanation:
A network is a grouping of computers. Some of these computers are usually servers, especially in medium-sized companies. An example is having a server unit (usually with something like an Intel Xeon processor, and with at least 64GB of RAM) with the main feature being mass storage. It's like your own personal cloud! You'll often see a couple of 10TB drives stashed into one. Everything anyone could need to access is on there, as well as everything they need to save. This really helps if you give your employees basic laptops for WFH.
As a cool anecdote, I have 5.5TB of storage and am using 90% of it. You can never have enough! The cost adds up too, with 2TB of typical Hard Drive storage being a $50 expense. With laptops, you usually need an external HDD, which is slightly more expensive. Hence, cloud/network.
Identification where Information Technology causes a hindrance to business processes
Identification where Information Technology causes a hindrance to business processes is one that is Lacking an IT Plan.
Why is planning for information technology so crucial?The organization's strategic goals and objectives may be achieved with the aid of this planning. The strategic IT plan should take into account how each of the organization's strategic business goals relates to technology as well as any modifications that will need to be made to the organization's information and communications infrastructure.
Note that So much so that a business will find it difficult to run efficiently without fully functional computers and access to emails and data. The consequences of data loss or corruption due to hardware failure, human mistake, hacking, or malware could be disastrous for any organization, it is a basic reality.
Learn more about Technology from
https://brainly.com/question/25110079
#SPJ1
Write a loop that continually asks the user what pets the user has until the user enters stop, in which case the loop ends. It should acknowledge the user in the following format. For the first pet, it should say You have one cat. Total # of Pets: 1 if they enter cat, and so on.
Sample Run
What pet do you have? lemur
What pet do you have? parrot
What pet do you have? cat
What pet do you have? stop
Sample Output
What pet do you have? lemur
You have one lemur. Total # of Pets: 1
What pet do you have? parrot
You have one parrot. Total # of Pets: 2
What pet do you have? cat
You have one cat. Total # of Pets: 3
What pet do you have? stop
Answer:
#include <iostream>
using namespace std;
int main() {
/*
What pet do you have? lemur
parrot
What pet do you have? cat
What pet do you have? stop
*/
string pet;
int num=1;
while (pet!="stop"){
cin>>pet;
cout<<"What pet do you have?";
if (pet!="stop"){
cout<<"you have one "<< pet<<" total numof # is "<<num++<<endl;
}
else{
cout<<"stop";
}
}
}
Explanation:
you did not specify the language so i went with c++
i used while loop which will keep asking the user for an input until he/she write stop in order to break the loop
first i declared the data type of the input
used it as a conditionin the while loop
then printed the input everytime the loop runs
with aid of two examples, describe the use of merging of docments
Answer:
Answer down belowExplanation:
Q's Asked: With the aid of two examples, describe the use of merging of documents.
------------------------------------------------------------------------------------------------------------
Explanation of "merging documents":
What is the use of merging of documents?
Well merging documents is really only used for organization or systems where documents/ data are changed by different users or systems.
Anyway The requirements for "mail merging" is :
(a) Main Document,
(b) Data Source,
(c) Merge Document.
: Meaning of A horizontal merger: A horizontal merger is when competing companies merge—companies that sell the same products or services.
: Meaning of A vertical merger: A vertical merger is a merger of companies with different products. :3
Welp anyway back to the Q's: With the aid of two examples, describe the use of merging of documents.Umm some people that use "merging of documents", are horizontal mergers which increase market share, such as Umm... T-moblie and sprit bc they are both a phone company. vertical mergers which exploit existing synergies. So like ummm.... a sports drink company and a car company combining together. hope this helps ~~Wdfads~~~
Which two features are most important for Virtual Reality to provide a smooth and enjoyable experience for the user?
Immersion and Interaction are the two most important features of virtual reality.
What is Immersion?
Immersion, also known as presence, refers to the degree of reality in which the viewer exists as the protagonist in the virtual environment. By wearing interactive devices such as helmet-mounted displays and data gloves, viewers can immerse themselves in a virtual environment and become a part of it.
What is Interaction?
Interaction refers to the user's ability to manipulate objects in the simulated environment as well as the natural degree of feedback from the real world. Human-computer interaction in VR technology is similar to natural interaction. There are two kinds of interactions: three-degree-of-freedom (3DoF) interactions and six-degree-of-freedom (6DoF) interactions.
What is Virtual reality (VR)?
Virtual reality (VR) is a simulated experience that uses pose tracking and 3D near-eye displays to immerse the user in a virtual world. A computer-generated simulation of a three-dimensional image or environment that can be interacted with in a seemingly real or physical way by a person wearing special electronic equipment, such as a helmet with a screen inside or gloves with sensors
To know more about Virtual Reality (VR), Kindly visit: https://brainly.com/question/13269501
#SPJ1
Problem: A company wants a program that will calculate the weekly paycheck for an employee based on how many hours they worked. For this company, an employee earns $20 an hour for the first 40 hours that they work. The employee earns overtime, $30 an hour, for each hour they work above 40 hours.
Example: If an employee works 60 hours in a week, they would earn $20/hr for the first 40 hours. Then they would earn $30/hr for the 20 hours they worked overtime. Therefore, they earned: ($20/hr * 40hrs) + ($30/hr * 20 hrs) = $800 + $600 = $1400 total.
For this assignment, you must create pseudocode and a flowchart to design a program that will calculate an employee’s weekly paycheck.
Write pseudocode to design a programming solution by outlining a series of steps and using appropriate indentation and keywords. As you write your pseudocode, be sure to consider the following:
What input does the computer need?
What steps does the program need to follow to process the input? What output should result?
When might you need to use decision branching? If you used decision branching, did you account for all possible input values?
Did you use appropriate indentation and keywords (such as IF, ELSE, CALCULATE, and so on) throughout your pseudocode?
Create a flowchart to design a programming solution by organizing a series of steps and using appropriate symbols and arrows. As you create your flowchart, be sure to use appropriate arrows and symbols for each of the following:
Start and end points
Input and output
Decision branching
Processing steps
Note: You may find the correct shapes to create your flowchart on the Insert menu in Microsoft Word. Or you may draw your flowchart by hand, take a clear picture, and insert the picture into your Word document. Use the add shapes or insert pictures tutorials to help you. You could also use a flowcharting tool that you are familiar with, such as Lucidchart, if you prefer.
Using the knowledge in computational language in pseudocode it is possible to write a code that programming solution by outlining a series of steps and using appropriate indentation and keywords.
Writting the code:h = int(input('Enter hours '))
rate = 20
if h <= 40:
pay = h * rate
elif h > 40:
pay = ((h-40) * rate * 1.5) + rate * 40
print("Your pay is %.2f" % pay)
Set hourly rate to 20
Input hours worked
If hours worked is under 40
Compute hours worked times hourly rate equals pay
Else hours worked is over 40
Compute ?
Endif
Print pay
See more about pseudocode at brainly.com/question/12975450
#SPJ1
Consider a 3x4 rectangular shape room. Four computers are located at the four
corners of the room. The HUB is placed on the center of the room. Calculate the
minimum length of cables required to connect the computers in a network in each of the
following topologies:
a) Bus topology
b) Ring topology
c) Star topology
d) Mesh topology
The minimum length of cables required to connect the computers in a network in each of the bus topology. Thus, option (a) is correct.
What is computers?Computer is the name for the electrical device. In 1822, Charles Babbage created the first computer. The work of input, processing, and output was completed by the computer. Hardware and software both run on a computer. The information is input into the computer, which subsequently generates results.
According to givens the scenario was the justify are the 3×4 rectangular shape room there are the four computers are the set-up to the HUB is placed in the center of the room. The bus topology is the based on the networks are the subsequently.
As a result, the minimum length of cables required to connect the computers in a network in each of the bus topology. Therefore, option (a) is correct.
Learn more about on computers, here:
https://brainly.com/question/21080395
#SPJ2
17 Can you determine Lack of Encryption and Security Misconfiguration in an organisation?
It is possible for the person to determine the lack of Encryption and Security Misconfiguration in an organization.
What do you mean by Security misconfiguration?Security misconfiguration may be defined as a type of security control that is significantly configured or left insecure inaccurately by putting your systems and data at risk. It may arise when essential security settings are either not implemented or implemented with errors.
A lack of encryption and security misconfiguration is easily determined by the employees of an organization. It may cause a potential threat to the organization by stealing all its personal and confidential information that harms the whole institution or organization.
Therefore, it is possible for the person to determine the lack of Encryption and Security Misconfiguration in an organization.
To learn more about Security misconfiguration, refer to the link:
https://brainly.com/question/29095078
#SPJ1
What is a privacy data breach
Answer: A privacy data breach occurs when personal information is stolen or lost or is collected, used or disclosed without authority. A privacy breach occurs when personal information is stolen or lost or is collected, used or disclosed without authority.
Explanation:
Examples of a data breach might include:
Loss or theft of hard copy notes, USB drives, computers or mobile devices. an unauthorized person gaining access to your laptop, email account or computer network. sending an email with personal data to the wrong person.
Which of the following is not used as an Internet security indicator?
A) shield icon
B) handshake icon
C) lock symbol
D) heart symbol
Internet security is not indicated by the shield icon.
What does "Internet security" mean?A key element of cybersecurity is online security, which includes controlling risks and dangers posed by the Internet, online browsers, web apps, websites, and networks. Protecting consumers & corporate IT assets against online threats is the main objective of Online security systems.
What are the many methods of Internet security?Access control, antivirus, security testing, network analytics, various forms of network-related safety (endpoint, online, wireless), firewalls, VPN encryption, and more are all included in network security.
To know more about Internet security visit:
https://brainly.com/question/27730901
#SPJ4
Answer:
it is A.
Explanation:
Explain why you would select the waterfall model to implement the baby monitoring system by describing the advantages of using the waterfall model in projects like this which consists of a large scope.
The waterfall model's benefits includes Teams must follow a set of stages in a waterfall process, never going on until each phase is finished. Smaller projects with clear-cut deliverables from the beginning are best suited for this framework.
Why did you choose waterfall model?When a project must adhere to stringent guidelines, the waterfall technique is preferable because it calls for deliverables for each step before moving on to the next.
Note that As an alternative, Agile is better suited for teams who want to move quickly, experiment with direction, and start without knowing exactly how the project will turn out.
Therefore, The sequential Waterfall Model separates software development into pre-established segments. Before the following phase can start, each phase must be finished.
Learn more about Waterfall Model from
https://brainly.com/question/14079212
#SPJ1
Write an SQL statement to display for every restaurant the name of the restaurant (where the name of the restaurant consists of more than 10 characters) and for every category of menu item its description (catdesc). Furthermore, display the average; cheapest or lowest; and highest or most expensive price of all menu items in that category at that restaurant. Use single row functions to format all the prices. The average price must be padded; the cheapest price must be rounded; but the highest price must not be rounded. Display only those menu items of which the average item price is more than R40. Sort your results according to the restaurant names and for every restaurant from the most expensive average menu item to the cheapest average menu item. Display your results exactly as listed below.
Using the knowledge in computational language in SQL it is possible to write the code that display for every restaurant the name of the restaurant and for every category of menu item its description.
Writting the code:INSERT INTO Dish Values(13, 'Spring Rolls', 'ap');
INSERT INTO Dish Values(15, 'Pad Thai', 'en');
INSERT INTO Dish Values(16, 'Pot Stickers', 'ap');
INSERT INTO Dish Values(22, 'Masaman Curry', 'en');
INSERT INTO Dish Values(10, 'Custard', 'ds');
INSERT INTO Dish Values(12, 'Garlic Bread', 'ap');
INSERT INTO Dish Values(44, 'Salad', 'ap');
INSERT INTO Dish Values(07, 'Cheese Pizza', 'en');
INSERT INTO Dish Values(19, 'Pepperoni Pizza', 'en');
INSERT INTO Dish Values(77, 'Veggie Supreme Pizza', 'en');
INSERT INTO MenuItem Values(0, 0, 13, 8.00);
INSERT INTO MenuItem Values(1, 0, 16, 9.00);
INSERT INTO MenuItem Values(2, 0, 44, 10.00);
INSERT INTO MenuItem Values(3, 0, 15, 19.00);
INSERT INTO MenuItem Values(4, 0, 22, 19.00);
INSERT INTO MenuItem Values(5, 3, 44, 6.25);
INSERT INTO MenuItem Values(6, 3, 12, 5.50);
INSERT INTO MenuItem Values(7, 3, 07, 12.50);
INSERT INTO MenuItem Values(8, 3, 19, 13.50);
INSERT INTO MenuItem Values(9, 5, 13, 6.00);
INSERT INTO MenuItem Values(10, 5, 15, 15.00);
INSERT INTO MenuItem Values(11, 5, 22, 14.00);
See more about SQL atbrainly.com/question/13068613
#SPJ1