Google, would be the best because of all of the different site, hope this helps!
: )
Answer:
Program is written in C++
#include<iostream>
using namespace std;
int main()
{
//1. Prime Number
int num;
cout<<"Input Number: ";
cin>>num;
int chk = 0;
for(int i =2; i <num;i++)
{
if(num%i==0)
{
chk = 1;
break;
}
}
if(chk == 0)
{
cout<<num<<" is prime"<<endl;
}
else
{
cout<<num<<" is not prime"<<endl;
}
//2. Greatest Common Factor
int num1, num2, x, y, temp, gcf;
cout<<"Enter two numbers: ";
cin>>num1;
cin>>num2;
x = num1;
y = num2;
while (y != 0) {
temp = y;
y = x % y;
x = temp;
}
gcf = x;
cout<<"Greatest Common Factor: "<<gcf<<endl;
// 3. LCM
cout<<"Enter two numbers: ";
cin>>num1;
cin>>num2;
x = num1;
y = num2;
while (y != 0) {
temp = y;
y = x % y;
x = temp;
}
gcf = x;
int lcm =(num1 * num2)/gcf;
cout<<"Least Common Multiple: "<<lcm<<endl;
return 0;
}
Explanation:
<em>I've added the full source code as an attachment where I make use of comments to explain some lines</em>
Uniform Resource Locator (URL) is the address of a document or other file accessible on the internet.
<h3>What us URL?</h3>
The address of a document or other file that is accessible via the Internet is known as a Uniform Resource Locator (URL). A hyperlink, often known as a link, is a component that joins two Web pages together.
A web address, also known as a Uniform Resource Locator, is a reference to a web resource that identifies its location on a computer network and a method of retrieval. Though many people mistakenly use the terms "URL" and "Uniform Resource Identifier" interchangeably, a URL is a particular kind of URI.
<h3>How do you write an URL address?</h3>
http://www.example.com/index.html, which denotes a hostname (www.example.com), a protocol (http), and a file name ( index. html ).
To learn more about URL visit:
brainly.com/question/18926479
Frequent cleaning with an air duster can would do the job
Answer:
Option(D) is the correct answer to the given question .
Explanation:
The main objective of graphic design entrepreneur is to design the animation such as company logos, booklets, product labeling ,etc .The graphic designers are also operated independently that is it designing the products for the business customers, marketing firms, newspapers ,public affairs firms and etc.
- With the help of hiring designers for work then the steve wants to be a good graphic design businessman and get success in life .
- All the other option are not correct for the design for graphics that's why these are incorrect option .