Answer:
int main() {
int n;
cout<<"Enter the integer n"<<endl;
cin>>n;
if(n<1 || n>10)
{
while(n>10 || n<1)//taking input if the number is not within range..
{
cout<<"Enter the number again"<<endl;
cin>>n;
}
activity(n);//calling activity with the n..
}
return 0;
}
Explanation:
Above written is the main function in which a prompting an integer between 1 and 10 if it is not within range then again taking input.Then after that calling activity with n as argument.
Answer: I can't really code a whole thing for you but use VS Code for this it'll make your life easier in the long run.
<span>The current flow in two light bulbs wired in a series circuit is identica</span>
SWITCH BETWEEN OPEN PRESENTATIONS. ..... Presentation software is a program designed for the production and display of .... image file format and version number. 1. .... Option. To Do This. Normal. Contains three panes: the outline pane, the slide pane, and the notes pane. .... appear on every slide in a presentation.
Answer:
business analyst: degree in business administration arrowRight
multimedia artist : training in 2D and 3D modeling arrowRight
network and computer systems administrator: master's course in management information systems arrowRight
software quality assurance engineer: knowledge of the software lifecycle process arrowRight
Explanation:
Please check the answer section