Answer:
the statement which assigns value to variable is called <u>Assignment </u>statement in c++
Explanation:
Assignment Statement is the statement in C++ programming that is used to assign a constant value or some expression to the variable. Assignment operator is used to assign the value or expression to the variable.
Single equal (=) symbol is use as assignment operator in C++.
For Example
If we want to assign some value or expression in C++, it will be written as:
Variable = Value;
or
Variable = Expression;
Both of the above mentioned examples shows the Assignment Statements.
"Freezing" rows <span>and columns lets you keep headings on the screen as you work with the data in a large worksheet.
</span><span>
The important point to consider is that you can freeze only rows at the top and columns on the left side of the worksheet and you cannot freeze in the middle of worksheet.The Freeze Panes summon isn't accessible when you're in cell altering mode (that is, you're entering an equation or information in a cell) or when a worksheet is ensured. To scratch off cell altering mode, press Enter or Esc.
when you are going to freeze both rows and columns, you have to freeze them at the same time.</span>
Answer:
Following are the code to this question:
code:
=IF(EXACT(I2,"Yes"),"Elected",IF(EXACT(K2,"Yes"),"Yes","No"))
Explanation:
In the given the data is not defined so we explain only the above code, but before that, we briefly define working of if the function that can be defined as follows:
-
The If() function, is used only when one of the logical functions and its value must return the value true. or we can say it only return a true value.
- In the above function, a column "Elected" is used that uses other column values to check this column value is equal if this condition is true it will return "yes" value.
Answer:
Performance appraisal
Explanation:
Performance appraisal is a systematic review of a person’swork and achievements over a recent period, usually leading toplans for the future.