B. A generated report will include all records that a query fetches.
Answer:
Expression for the above problem in python language:
userNum=int(input("Enter the value of user_Num")) #it is used to take input.
if(userNum>(-10)): #if statement
print("The value of the userNum is greator")
elif(userNum==(-10)): #elif statement
print("The value of the userNum is equal to -10")
else: #else statement.
print("The value of the userNum is small")
Output:
- If the user input is (-10), it will print equal.
- If the user input 10, it will print greator message.
Explanation:
- The above program or expression is in python language, where the first line is used to render a message to the user take the input and store it into a userNUM variable.
- Then the second line is used to check the user num value to be greater with the help of if statement.
- Then the third statement is used to check the user num value to be equal with the help of elif statement.
- Then the else statement will execute when the if and the elif statement will not true.
To prevent theft of account information, identity theft, money, important passwords, and personal information.
Hope it helps ❤️
Answer:
An electronic spreadsheet can be used to perform numerical calculations automatically
Explanation:
An electronic spreadsheet can be used to perform numerical calculations automatically. This spreadsheets are set up in the form of a table with rows and columns.
Data is stored in a cell formed as a result of intersection of each row and column.
Their primary purpose is to organize and categorize data into a logical format. This data then can be used to organize and grow the business.