D. enter because if you enter something on a cuputer or laptop your selecting something
        
             
        
        
        
Answer:
Answer is b. 10                 
Explanation:
The find() method is used to search the string for a specified value and searches the first occurrence of that value. It returns the position of that specified value. If the value is not found, this method returns -1.
Lets say we have a message variable that contains the string Happy holidays.
message = "Happy holidays"
We use the method find() to find days word from the Happy holidays string in the message variable.
The find() method will find the position of day.
If we look at the string Happy holidays we see that the word day is at the 10th position of the string. 
H     1
a      2
p      3
p      4
y      5
h      6
o      7
l       8
i       9
d      10
a      11
y      12 
s      13
So it is at 10th position so the statement 
message.find("days")
returns 10
 
        
             
        
        
        
Answer:
I Think You Could Go To Settings And Change It 
Explanation:
I Think This Helps
 
        
             
        
        
        
A statement which best describes the types of products and services that are suitable for online sale is: D. Not all products or services are well-suited for sale on the Internet.
<h3>What is e-commerce?</h3>
E-commerce is also referred to as an online sale and it can be defined as a business model which is designed and developed to involve the buying and selling of goods (products) over the Internet.
Basically, e-commerce technologies are designed and developed to comprises software and information technology (IT) systems which typically support safe and secure transactions over network and the Internet, so as to make e-commerce possible.
<h3>What is a product?</h3>
A product can be defined as any physical object (tangible item) that is typically produced by a manufacturer so as to satisfy and meet the demands, needs or wants of every customer. Some examples of a product include the following: 
In conclusion, we can infer and logically deduce that it is not all products or services that are well-suited for sale on the Internet through e-commerce.
Read more on e-commerce here: brainly.com/question/23369154
#SPJ1