Answer:
int count =0;
for(int i=0;i<10;i++)
{
if(myArray[i]>=0)
{
count++;
}
}
cout<<"Number of positive integers is "<<count<<endl;
Explanation:
The above written loop is for counting positive integers in the myArray[].
For counting we have taken a count integer initialized with 0.On iterating over the array if the element is greater than or equal to 0 we consider it as positive and increasing the count.At the end printing the count.
Answer:
A cyber attack or hacking
Explanation:
Answer:
For a Know Simple query, a Fully Meets rating can be given if the result does not display the answer, but it is at the very top of the landing page.
B) False
Explanation:
- A know simple query is special form of a know query. The query which are intended to know something like what is the length of pitch of a cricket ground?
- A know simple query is such a know query that can be described in very little amount of words.
- A know simple query would only get the fully meet ratings if the result shown has the result in a special result block or it is shown upfront. You don't need to open a link to get the answer in such scenario.
The answer to this is your CCS files are easy to create and maintain