Answer:
Explanation:
def the_perfect(n):
try: #exception handling if n is a negative number
n > 0
except: #return -1 if the error is reached
return -1
else:
total = 0
for i in range(1, n): #for loop from 1 to the target number
if n % i == 0:
total += i
return total == n #should return true if number is perfect number
print(perfect_number(8))
The skills and practice that are important for creating an interactive program is brainstorming ideas, examination of similar programs and understanding of computer language.
<h3>What is an
interactive program?</h3>
In computer, an interactive program refers to a type of computer software program that requires the user interaction to operate.
Some examples of the Interactive software includes word processors, spreadsheet applications, coreldraw etc
In conclusion, the skills and practice that are important for creating an interactive program is:
- brainstorming of ideas
- examination of similar programs
- understanding of computer language.
Read more about interactive program
<em>brainly.in/question/4966741</em>
Answer:
The correct answer for the given question is true .
Explanation:
SQL is an Structural query language that is used for accessing the database basically it is an query language which is used for communicating with database by executed the query .
The following are the function of SQL
SQL can insert the data into database
it can update the record into database
SQL can retrived the database.
We do not use SQL for writing application it is only used to accessing the database
For create application we can use programming language Like PHP,ASP,JAVA ,PYTHON.etc.
<span>It is a Compound machine.</span>
Explanation:
the process of displaying the information from the table is called query
<h2>hey friend </h2><h2>your answer is here </h2><h2>I hope it will be helpful you </h2><h2>please mark as brainiest answer </h2><h2>thank you </h2>