Answer:
Zoom in more please and than i can help
Explanation:
She would make use of JavaScript if she wants to make it interactive, CSS if she wants to design it, Text editor obviously for coding the blog and a web browser for the result hope this helps
Cutting down trees for paper
Answer:
A. True
Explanation:
ive done this myself
https://scratch.mit.edu/projects/395142260/
IF function has three parts
IF (condition_to_check , return_if_true , return_if_false)
IF function first checks condition. If it is true it returns first result. Otherwise it returns second result.
Condition to check:
B3>D5
After inserting numbers we get:
10>8
This is correct so the first result will be returned.
The given IF function returns "Closed".