Answer:
#include <iostream>
using namespace std;
int main()
{
int myArray[] = {-11,3,-8,30,-2,0,5,7,-100,44};
int n = sizeof(myArray)/sizeof(myArray[0]);
for(int i=0;i<n;i++){
if(myArray[i]>=0){
cout<<myArray[i]<<endl;
}
}
return 0;
}
Explanation:
First include the library iostream in c++ programming for using the input/output function.
Then, create the main function and define the array with the elements which contain both positive element as well negative elements.
after, use the for loop for traversing the array and inside the loop take the conditional statement for check if element in the array is positive.. if it true then print the element on the screen with separate line.
Nice question will answer wait
Answer:
Microsoft PowerPoint software
Explanation:
PowerPoint is the worlds mosth popular program to create slides and charts for the office stuffs .
Answer:
Option (a) is the correct answer of this question.
Explanation:
E-Learning means that Electronic Learning. It covers a broad spectrum of applications, including online and computer-based training (CBT) and public networks.E-Learning is learning to use new technology to navigate curricula beyond a conventional classroom is known as Electronic learning.
- E-learning is a nurturing environment that allows use of information and communication technologies (ICTs) as a pedagogical tool.
- E-learning not a program distributed over a Disc or CD-ROM, a video tape or a TV channel.
<u>There are two types of E-learning are known as</u>:-
- Synchronous E-learning.
- Asynchronous E-learning