Answer:
man this question is really about your personal experience but i'll try my best to answer this
Explanation:
onnline Web Conferencing is used by businesses and now schools who went to online because of the virus. for businesses i learned they use it to present and share with online collaboration on different applications including documents, web sites, data files, video, emails, and reduce the time and cost of business travel for meetings. i understand now that online conferencing can be used for Applications for web conferencing include meetings, training events, lectures, or presentations from a web-connected computer to other web-connected computers.
The answer is perspective, because you need a point of view (perspective) in order to make a design, a great design/
Answer:
The program to this question can be defined as follows:
Program:
num=int(input("Enter any number: ")) #defining variable num, that take value from user
val=0; #defining variable val
for i in range(num): #defining loop to calculate value in decreasing order
val=num-i; #holding value in variable
print(val) #print value
Output:
Enter any number: 3
3
2
1
Explanation:
In the above-given code, a variable "num" is declared, that uses input function to take value from the user end, in the next line a "val" variable is defined, that calculates values and print it in decreasing order.
- In the next step, a for loop is declared, inside the loop a "val" variable uses num and loop variable "i" to calculate the value in decreasing order.
- In the last print method is used that prints "val" variable value.
Answer: The answer would be B.
Explanation:
Answer:
Demand deals with Sellers and Consumers.
Explanation:
Demand is an economics term that relates the requested interest of a consumer for a product to the need of production for the product by the seller. Typically, demand goes hand-in-hand with supply. Demand is the consumer's desire for the product, while supply is the amount of the product available.
In the case of this question, Sellers and Consumers fit the best out of the available options.
[a] Buyers and Consumers are the same thing
[c] Public and Private Sectors doesn't relate to demand
[d] Buyers and investors could be considered the same thing
Cheers.