Excel formulas are expressions used to perform computation.
The Excel formula to enter in cell B13 is =IF(B9 < 600, "Denied","Approved)
From the question, we have:
- Cell B13 represents the applicant's eligibility status
- Cell B9 represents the credit score
The eligibility criteria are given as:
- Credit Score < 600 = “Denied”
- Credit Score >= 600 = “Approved”
To write the formula, we make use of an IF function
An IF function in Microsoft Office Excel has the following syntax
=IF([condition],[value if true],[value if false]).
So, the required formula to enter in cell B13 is:
=IF(B9 < 600, "Denied","Approved)
Read more about Excel formulas at:
brainly.com/question/25683602
A slow processors but the need more bytes
Answer:
import random
a = random.randint(1,10)
b = random.randint(1,10)
answer = a * b
print (str(a) + " X " + str(b) + " = " + str(answer))
Explanation:
Happy to help you mate
Answer:
f = open('students.txt', 'r')
Explanation:
In the computing world, a command is an instruction to a computer program to execute a particular task. These instructions might be issued via a command-line interface, such as a shell program, or as a input to a network service as a component of a network protocol, or can be instructed as an event in a graphical user interface activated by the respective user selecting an option in a menu.
the f = open('students.txt', 'r') command line would be used to open a file named "students.txt", There are also various other types of commands for executing different task, for example:
1. ASSOC for Fix File Associations
2. FC for File Compare
3. IPCONFIG for IP Configuration
4. NETSTAT for Network Statistics
5. PING for Send Test Packets
6. TRACERT for Trace Route
7. POWERCFG for Power Configuration
e.t.c.