Answer:
use the 'if "inspira" in sampleString' to find the word, then append to a new string which is the final string
Explanation:
Answer:
We dont have the movie-
Explanation:
Maybe just look at ur notes
Saved is the answer
hope it helps
Answer:
The answer to this question can be given as:
Function definition:
int half(int value)
//function name half with an integer parameter
{
return value/2; //return integer division.
}
Explanation:
In the above function definition, we define a function that is half. This function returns a value that is an integer. In this function, we pass an integer variable that is value. In this function, we return the value of the parameter in the integer division. for example, if the user passes the value 7 in the function parameter so the function will return 3 because we will return an integer value, not floating-point value.
A type of query that prompts an end user for input is a <u>parameter query</u>.
<h3>What is a
query?</h3>
A query can be defined as a computational request for data (information) that are saved either in a database table, from existing queries, or from a combination of both a database table and existing queries.
<h3>The types of
query.</h3>
In Computer technology, there are five main types of query and these include:
Generally, a <u>parameter query</u> is a type of query that is designed and developed to prompt an end user for input.
Read more on query here: brainly.com/question/25266787