Answer:
<em>#include <iostream></em>
<em>using namespace std;</em>
<em>//function definition</em>
<em>void send_variable(int num){</em>
<em> cout<<"The Number is "<<num<<endl;</em>
<em>}</em>
<em>// main function begins here</em>
<em>int main()</em>
<em>{</em>
<em> int x =15; //declares an it variable and assigns 15</em>
<em> // Calls the function send_variable</em>
<em> send_variable(x);</em>
<em> return 0;</em>
<em>}</em>
Explanation:
Using C++ programming language we created the function called send_variable and in the main function we call this function which only displays the value of an int variable passed unto it.
<span>If you delete the Emoji application from your phone there is a possibility the Emoji's will still hang around. It all depends on the way you set up the app on your phone. Some people opt to have settings and changes to the app saved on their SD card and some don't. If you save updates and changes to the app to your SD card you will still have remnants on your phone after deleting the app</span>
Answer:
<em><u>D. The UTP cable does not support transmission distances of 75 feet without signal regeneration.</u></em><em> </em>
<em> is the </em><em>most</em><em> </em><em>likely cause of the connectivity problem</em><em>.</em>
Explanation:
hope it will help you
Answer:
B: Use the prototype and revise and enhance the prototype.
Explanation:
Before going ahead to execute any project, one must define the requirements for the project. It is only after the requirements for the project is known that one can go ahead to develop the prototype, use the prototype, revise and then enhance the prototype.
Answer:
Entity is any object in the system and that we want to model and store information
eg Lecture , students and Employee
Explanation:
Entity
Entity is any object in the system and that we want to model and store information.
and Entities is usually recognizable concept in which either abstract or concrete
like event , person things and place etc
and that is relevance to database
some common example are :
Lecture , students and Employee