<u>1</u><u>s</u><u>t</u><u> </u><u>Method:</u>
- Reduce the size of the image in <u>Paints.</u>
<u>2</u><u>n</u><u>d</u><u> </u><u>Method:</u>
- Right-click the selected file you want to send.
- Click on <u>Send To</u> > M<u>ail Recipient</u>.
- The Send Pictures via E-mail dialog box appears.
- Click <u>Make all my pictures smaller</u>, and then click OK.
Hope you could understand.
If you have any query, feel free to ask
Answer:
// here is code in c++.
#include <bits/stdc++.h>
using namespace std;
// main function
int main() {
// variables to read birth month and year
int birthMonth,birthYear;
cout<<"Enter the birth month:";
// read the birth month
cin>>birthMonth;
cout<<"Enter the birth Year:";
// read the birth year
cin>>birthYear;
// print the output
cout<<birthMonth<<"-"<<birthYear<<endl;
return 0;
}
Explanation:
Declare two variables "birthMonth" and "birthYear". Read the value of birthMonth and birthYear from user. Then print the birth month and birth year and a dash(-) in between them.
Output:
Enter the birth month:1
Enter the birth Year:2000
1-2000
Enter the birth month:5
Enter the birth Year:1950
5-1950
Answer:
Rapid prototyping is the fast fabrication of a physical part, model or assembly using 3D computer aided design.
Answer:
A LAN
Explanation:
A LAN, or a Local Area Network, is a network of devices typically within 10 meters of range regardless of what it is built around.
<span>It is an example of an assistive output device. These are an example of assistive technology, which is any technology optimized to help the user mitigate the aspects of a disability. This may enable them to use the technology as intended, or it may also assist them in functioning in their everyday lives.</span>