Answer:
#include<iostream>
using namespace std;
int main()
{
int num=0,sum=0;
cout<<"Insert Number to find sum of mutiples.";
cin>>num;
int temp=num;
if(num>0){
sum+=num;
while(num<100){
num+=temp;
sum+=num;
}
cout<<"Sum of Multiples is ="<<sum<<endl;
}else{
return 0;
}
return 0;
}
Explanation:
This code is written in c++. Written by Saad-Ur-Rehman.
Answer:b)convergence.
Explanation: Convergence has the basic meaning as when two or more unit of anything meet to converge or join. In the research , the different types of the tools are brought togather and skills and compare them.The measurement is done through the tools which has the already defined parameters.
Thus this concept is the example of the convergence because the tools are being converged and compared.so, the correct answer is option (B) and other option are incorrect because they have the technique of the contrasting and separation and reading respectively.
Answer:
it would be amhv i think i hope it answered u'er question
Explanation:
Answer:
Storage Size
Explanation:
the answer to which is better 8 Mbps or 2 MBps? Is 2 MBps (which is 16 Mbps). Using a less common, but more clear notation: which is better 8 Mbit/s or 2 MBps? Answer: 2 MBps, since that is 16 Mbit/s. (Marketing people use this confusion to their advantage if you're not sure which is intended, ask.)
Source http://cs.sru.edu/~mullins/cpsc100book/module02_introduction/module02-05_introduction.html
(if you want to read the full artical.)