Answer:
nothing
Explanation:
Because the return type of the function is void. void means does not return any thing.
The syntax of the function:
type name( argument_1, argument_2,......)
{
statement;
}
in the declaration the type define the return type of the function.
it can be int, float, double, char, void etc.
For example:
int count( int index);
the return type of above function is int. So, it return integer.
similarly,
void count(int index);
it return type is void. So, it does not return any thing.
Answer:
// here is code in c++.
// include header
#include <bits/stdc++.h>
using namespace std;
// main function
int main()
{
// variables to read input
int userNum,x;
cout<<"enter the value of userNum and x :";
// read the input from user
cin>>userNum>>x;
// divide the userNum with x 4 times
for(int a=0;a<4;a++)
{
userNum=userNum/x;
cout<<userNum<<" ";
}
cout<<endl;
return 0;
}
Explanation:
Declare two variables "userNum" and "x". Read the value of these. Run a for loop 4 time and divide the "userNum" with "x" and print the value of "userNum".
<u>Output:</u>
enter the value of userNum and x :2000 2
1000 500 250 125
Answer:
where are the options ..... to select
Answer:
Answer:
You cannot do anything with the inspect element in reality for finding the answers on the College Board for the AP classes. The inspect classes are powerful tools that are hidden inside the browser. You are required to right-click on the web page, and you will then find the innards of that site, the complete source code, as well as the images and the CSS. as well as the icons that it makes use of. and much more. However, by the end of the day. and till morning, you will not be able to find the solution. For finding the answers on the College Board for AP classes. like here the AP world history, you need to understand World history. and for that, you need to read books and then you will come to know the keywords. And once you have the keyword, you can then find the answer to the questions based on those keywords. Hence, its the subject knowledge that matters, and not inspects element which is more of a developer's tool and not a researcher. You can use Search engine commands however as well. And you can post the questions here, and the whole community is here to help you and ensure you get through the AP classes that you deserve. And I will add, best of luck and you will achieve what you deserve.
Explanation:
Please check this as well: https://apstudents.collegeboard.org/ap/pdf/ap-world-history-modern-course-and-exam-description.pdf