Usually I go to the Photos and I find a photo that already had the diagram
Program to display greater number:
#include <iostream> <em>// Needed to perform IO operations </em>
#include<conio.h> <em> // header file</em>
using namespace std;
int main() //start of the program
{
int a , b =0; //initialising the two integer variable
cout<< "Enter first number"<<endl;
cin >> a; //user's first number
cout<< "Enter second number"<<endl;
cin >> b; //user's second number
if (a>b) //comparing the two integers input by user
cout<< a << "is greater than" << b; //display the greater number
else
cout<< b << "is greater than" << a;
return 0; // exist
}
Answer:
its true brooooooooooooooooooo
Answer:
1) fair use
2) register
Explanation:
It will not be fair if you copy somebodies work without citing his/her name in your work. You cannot just do that, and this is confirmed by copyright law fair use. Hence fair use completes the above sentence.
Also, the owner of the work must register his work at copyright office for getting the copyright protection.