Answer:
The answer is open source
Explanation:
hope this helps
# look it up on google
Answer:
#include<iostream>
using namespace std;
int main (){
int n1, n2;
cout<<"Enter 1st number";
cin>>n1;
cout<<"Enter 2nd number";
cin>>n2;
if(n1<n2){
cout<<"The 1st number is the smallest"<<endl<<" is= "<<n1;
}
else{
cout<<"The 2nd number is the smallest"<<endl<<" is= "<<n2;
}
}
return 0;
All modern cd-r drives are writable, such that you can go back and burn additional data onto the cd-r disc until the disc is full.
A computer's CPU and hard drive are found in the D.system unit.
Hope this helps:)