Answer:
cout<<count;
Explanation:
The above statement is in c++ which display the value of count .The cout statement is used in c++ to print the value on console .
Following are the code in c++
#include <iostream> // header file
using namespace std; // namespace
int main() // main method
{
int count=90; // count variable
cout<<count; // display the value of count
return 0;
}
Output:
90
In this program we have declared a count variable of integer type which is initialized by 90 and finally displays the value of count on the screen.
4- system software
2- application software
4- software package
1- assembler
2- antivirus program
Answer:
Disadvantage of having too many features in a language is that:
- There are many functions with same name but perform different function or task so it will create an issue or problem.
- Features do not duplicate one another as, there are different possible syntax for the same meaning.
- In a mathematical function, sometimes user function and mathematical variable name collide with language base features so it will create problem.
Answer:
The record type has not been added to the sales user profile.
The record type has not been activated.
Explanation:
They are two possible reasons in the available options for the sales user not being able to select the record type when creating new account records. they are :
- The record type has not been added to the sales user profile.
- The record type has not been activated.
Atleast a minimum of 3%. Brainliest?