Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Answer:
b. the supremacy clause
Explanation:
This is clearly a violation of the supremacy clause of the constitution. The supremacy clause makes the constitution and federal laws made under the constitutional authority the supreme law of the united state. And in a case where there is a conflicting state law, as we have here with Oregon, the federal law is supposed to take priority.
So in this case where the federal law and the state law do not agree, the feral law has the power to override the law of the state. So oregon has violated the supremacy clause
Answer:
Hope it helps...
Explanation:
-the main advantages and benefits you'll get from using a computer.
Increase your productivity. ...
Connects you to the Internet. ...
Can store vast amounts of information and reduce waste. ...
Helps sort, organize, and search through information. ...
Get a better understanding of data. ...
Keeps you connected.
the disadvantages to using a computer and what type of problems you may personally encounter.
Carpal tunnel and eye strain. ...
Too much sitting. ...
Short attention span and too much multitasking. ...
Can limit learning and create a dependency. ...
Potential of loss of privacy. ...
Time sink and lots of distractions.
PLEASE THANK MY ANSWER
Answer:
distinguished from more radical social such as revolutionary
Answer:
A
Hope this helps!
Explanation:
You need to find what the problem is and what can or can not be done to solve that issue/compete the task