Answer:
I don't know
Explanation:
is about knowing how to make use of the refinery
Answer:
The correct answer is JQuery
Explanation:
JQuery
uses CSS to access and manipulate HTML elements.
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.
Answer
There are a lot of advantages of web based applications.
Explanation:
Below are the advantages:
- Web based applications can be accessed from device that is connected to the device.
- No physical software required to download, install, update or manage which saves a lot of administration work for large companies.
- Web based software is compatible with any device or platform. The software is delivered through a browser of the users' choice.
- Mobile device applications allow for access to the software when out of the office.
- Direct access to latest information for Employees where every they are located.
Apart from these, there are lot more benefits, like quick and easy updates, centralized data where data is secure and easy to backup. We can reach anybody, anywhere in the world.
Business costs are drastically reduced by spending less time talking to customers over the phone.
Online training can be finished at user's own time and risk.
It's available 24 hours a day, 7 days a week
The software is always up-to-date
Answer:
Help you be a better student:
1. its easier to find things to help you study
2. it's easier to turn assignments in
help you be a better employee
1. organization skills can help you get a job
2. they can help you while your working the job
3. they can help others who are working the same job\ are trying to buy something from your job (some kind of store example: grocery store, clothing store, furniture store etc.)