Answer:
The answer to the question is included in your question. I guess you need an explanation or clarification.
See Explanation Below
Explanation:
struct Money
{
int dollars,cents;
};
int x,y;
cin>>x>>y;
sales.dollars= x;
sales.cents= y;
The code segment is written in C++ programming language
On Line 1 of the code segment;
The struct keyword is used in c++ and other c type programming to define structure. The name of the structure is Money.
It defines a data type such that the data type is a collection of system and user defined data types
The Money structure defines two integer variables; dollars and cents on line 3.
On line 6, two integer variables x and y are declared.
On line 7, the two variables received inputs from the user.
On line 8, the value of variable x is assigned to dollar
On line 9, the value of variable x is assigned to cent
Answer:
The first computer that resembled the modern machines we see today was invented by Charles Babbage between 1833 and 1871.
If the manufacturers chosen by Brad, Danny and Sam are using a specific algorithm they are likely to be using an economic order quantity (EOQ).
The economic order quantity can be described as the maximum or the optimal quantity that would help a company to reduce its total costs in terms of ordering and receiving inventory
The question says that the three persons are using an algorithm to know the quantity of inventory that they are to order.
Read more on brainly.com/question/25075133?referrer=searchResults
Answer:
Science involves observing a body of fact systematically through experiments while technology is the application of these established facts for the betterment of human lives and the world at large.
Explanation:
Science can be defined as a branch of intellectual and practical study which systematically observe a body of fact in relation to the structure and behavior of non-living and living organisms (animals, plants and humans) in the natural world through experiments.
Technology can be defined as a branch of knowledge which typically involves the process of applying, creating and managing practical or scientific knowledge to solve problems and improve human life. Technologies are applied to many fields in the world such as medicine, information technology, cybersecurity, engineering, environmental etc.
Basically, knowing how to use a technology simply means a scientist understands the appropriate method or technique to be used in the application of a technology such as when solving a problem. Also, knowing when to use a technology means to know the appropriate time to use a particular technology without it having any repercussion or adverse effect.
Generally, technology has impacted the world significantly and positively as it has helped to automate processes, increased efficiency and level of output with little or no human effort.
Answer:
Option D. Digital footprints
Explanation:
<u>Digital footprint is all the stuff you leave behind as you use the Internet.</u>