Answer:
See explaination
Explanation:
#include <iostream>
using namespace std;
class Circle{
// private member variable named radius
private:
double radius;
// get function for radius
public:
double getRadius(){
return radius;
}
// set function for radius
void setRadius(double rad){
radius=rad;
}
// returning area = 3.14159 * radius * radius
double getArea(){
return (3.14159 * radius * radius);
}
};
// Sample run
int main()
{
// Declaring object of Circle
Circle myCircle;
myCircle.setRadius(5);
// printing radius of circle
cout<<"Radius of circle is: "<<(myCircle.getRadius())<<endl;
// printing area of circle
cout<<"Area of circle is: "<<(myCircle.getArea())<<endl;
return 0;
}
Answer:
They could use a CRM
A CRM tool lets you store customer and prospect contact information, identify sales opportunities, record service issues, and manage marketing campaigns, all in one central location — and make information about every customer interaction available to anyone at your company who might need it.
They Could Use PDC
The term “primary data” refers to data you collect yourself, rather than data you gather after another party initially recorded it. Primary data is information obtained directly from the source. You will be the first party to use this exact set of data.
They Could Use Quantitative vs. Qualitative Data
Quantitative data comes in the form of numbers, quantities and values. It describes things in concrete and easily measurable terms. Examples include the number of customers who bought a given product, the rating a customer gave a product out of five stars and the amount of time a visitor spent on your website.
Why Should I Track Users Data:
To ensure it's going smoothly, it's important to keep track of data that directly correlates to the potential success of your business. Key performance and financial metrics can help you address any problems with your business before they occur
Smartphones use <u>convergence or integration</u> technology, allowing users to perform several functions with one device.
<h3>What are smartphones?</h3>
Smartphones can be defined as hybrid versions of mobile devices that are designed and developed to have more features, so as to enable them run different software applications, functions and perform tasks with the aid of software applications such as web browsers, multimedia player, etc.
<h3>Types of smartphones.</h3>
In Computer technology, there are three popular types of mobile devices and these include the following:
- Handheld computers
- Personal digital assistants (PDAs)
- Smartphones.
In Computer technology, smartphones are designed and developed to use <u>convergence or integration</u> technology by combining previously unrelated technologies together, in order to allow end users perform several functions with one device.
Read more on smart phones here: brainly.com/question/15867542
#SPJ1
Answer: (B) Operating system
Explanation:
The operating system is one of the most important type of the system software as it helps in run the various types of computer system and also provide the interaction between the various hardware components, software application and the users.
It technically provide the essential components to manage the information system infrastructure in an organization.
The operating system basically providing the user interface so that it enable the user for easily interaction with the different computer systems. Now-a-days, the GUI (Graphical user interface) is basically used by the operating system for interaction with the users.
I believe its to block harmful content