Answer:
Need more details properly.
Explanation:
Please share more details through w-h-a-t-s-a-p-p at "plus one six four six three five seven four five eight five" to get the solution to this problem.
Thanks!
 
        
             
        
        
        
C. Unexpressed resentments can build and hamper work
 
        
             
        
        
        
3.4 lesson practice quiz edhesive
: 
Write a program to check if user inputs "yellow" 
Answer:
In Python:
col = input("Enter Color: ")
if col == "yellow": 
    print("True")
else:
    print("False")
Explanation:
This prompts the user for color
col = input("Enter Color: ")
This checks if color is yellow
if col == "yellow": 
If true, this prints true
    print("True")
If otherwise, this prints false
else:
    print("False")
 
        
             
        
        
        
Answer:
Copyrighted. 
Explanation:
Patent can be defined as the exclusive or sole right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention for a specific period of time.
Generally, patents are used on innovation for products that are manufactured through the application of various technologies.
Basically, the three (3) main ways to protect an intellectual property is to employ the use of
I. Trademarks.
II. Patents.
III. Copyright.
Copyright law can be defined as a set of formal rules granted by a government to protect an intellectual property by giving the owner an exclusive right to use while preventing any unauthorized access, use or duplication by others.
Hence, a copyrighted image would require you to obtain permission from the author to use the image and possibly pay a royalty to the author for its use. 
 
        
             
        
        
        
Answer: True?
Explanation:
I’m pretty sure I’m new to that stuff