Answer:
Interest
So, lets say that you took a loan from the bank of 20,000. But, when you are supposed to pay it back, you need to pay 25,000. This is because of interest. When the bank gives you the money, they cannot give it to you just like that. There is no profit coming from it. So, there is the thing called interest which basically says that since you took money from the bank, you need to pay a little more because you borrowed money from them.
Answer:
It is either an internal IP address or it is a private IP address.
Explanation:
<span>#include <iostream>
using namespace std;
bool bears(int n);
int main(){
int number;
do{
cout<<"enter the amount of bears (press 0 to stop the program): ";
cin>>number;
if (bears(number)){
cout<<"you have reached the goal!"<<endl;
}
else{
cout<<"sorry, you have not reached the goal."<<endl;
}
}while(number != 0);
}
bool bears(int n){
if (n < 42){
return false;
}
else if (n == 42){
return true;
}
else{
if (n % 5 == 0){
return bears(n - 42);
}
else if(n % 2 == 0){
return bears(n / 2);
}
else if(n % 4 == 0|| n % 3 == 0)
{
int one;
int two;
one=n%10;
two=(n%100)/10;
return bears(n - one * two);
}
}
<span>}</span></span>
Answer:
It is the SRS document or the Software Requirement Specification.
Explanation:
The parent document that serves as a contract between the client and the developer is the SRS document, and it contains all the details related to software that needs to be developed. The clients let the business analyst know all about the software he wants the software development company to develop, and the business analyst then write the SRS document covering all the requirements, and this forms the contract details and is shared in between the developer and the client if the developer is working independently, and in between the company and the client if the developer is working for certain company.
false because if you leave them blank then ther will be no use to add them in the first