Answer: David is most likely playing on Handheld.
Explanation: You can infer that he is playing on a handheld due to the fact that he is playing this game on his way to work, and the fact that he is controlling the game using an analog stick. Because of this, you can assume that what he is playing on needs to be portable, making it likely he is using a handheld.
The six month old computer that needs more RAM is the answer. it is the only one using software.
Answer:
#include <iostream>
#include<time.h>
using namespace std;
class Student
{
public :
int grades[20]; //array of grades
double average(int arr[],int n) //method to calculate average of array of grades passed
{
int sum=0;
for(int i=0;i<n;i++) //loop to calculate sum of all grades
sum=sum+arr[i];
return sum/n; //average is sum of items/number of items
}
int get_grade() //method to return grade number(1-14)
{
srand(time(NULL)); //method to generate different random number each time
int num = rand() % 14 + 1; //method to generate random number b/w 1-14
return num;
}
};
int main()
{
Student s;
int grade[]={5,3,9,8,10};
cout<<"Average is : "<<s.average(grade,5);
return 0;
}
OUTPUT :
Average is : 7
Explanation:
A class Student is created in which a method named average is there to calculate average of the grades passed and a method to generate a grade number b/w 1-14.
Explanation:
Internet is the worldwide system that is publicly available and it interconnect various computer network in the system for transmission of data. Robert E. Kahn was the founder of internet in 1960s by the creation of Advanced research agency network (ARPANET).
WWW is the world wide web system and it is the combination of various types of resources and the users. The world wide web is the universal network that access data and uses the HTTP( hypertext transfer protocol). It is basically invented by Sir tim berners-Lee in 1989.
Answer:
Comments
Explanation:everyone working on the powerpoint will be able to see it
and is faster than im and email