Answer:
The correct code for this question:
g=float(input("Enter your English test grade:")) #take input from user.
#check conditions
if (g>=100 and g<=90):
print ("A")
#g greater then equal to 100 and less then equal to 90.
if (g>=89 and g<=80):
print("B")
#g greater then equal to 89 and less then equal to 80.
if (g>=79 and g<=70):
print("C")
#g greater then equal to 79 and less then equal to 70.
if (g>=69 and g<=65):
print("D")
#g greater then equal to 69 and less then equal to 69.
if(g<=64):
print("F")
#g less then equal to 64.
else:
print ("Not a grade")
#not a grade or fail.
Explanation:
In this program, we use to take a value from the user and check the value from the various conditions. To check all the condition we use if-else statement and AND operator that check to the range to together.
If -else is a conditional operator. In that, If block is used to check the true part and else part takes false value, and AND is a logical operator that check the two range together
Answer:
An employee is having trouble opening a file on a computer.
- → ✔ <u>information services and support</u>
The president of a company wants to give the company website a fresh new look.
- → ✔ <u>interactive media</u>
An employee wants to work from home but can’t connect to the network from there.
- → ✔ <u>network systems administration</u>
The vice president of sales would like help designing a new software program to keep track of sales.
- → ✔<u> programming and software development</u>
<u>OAmalOHopeO</u>
Answer:
The answer is open source
Explanation:
hope this helps
# look it up on google
Answer:
The correct answer is option C. Custom Sharing Group
Explanation:
A custom Share group enables users to share documents which are being held by the high-volume community and portal users with the internal and external users. This Share groups relate all over portals or communities and are connected with sharing sets. Sharing rules and regulations are utilized to expand sharing accessibility to users in public groups or roles. They enable greater access for specific users.