B. A generated report will include all records that a query fetches.
Loop takes only positive numbers and terminates once it encounters a negative numbers.
Answer and Explanation:
Using javascript:
Var positiveInt= window.prompt("insert positive integer");
While(positiveInt>=0){
Alert("a positive integer");
Var positiveInt= window.prompt("insert positive integer");
}
Or we use the do...while loop
Var positiveInt= window.prompt("insert positive integer");
do{
Var positiveInt= window.prompt("insert positive integer");
}
While (positiveInt>=0);
The above program in javascript checks to see if the input number is negative or positive using the while loop condition and keeps executing with each input until it gets a negative input
Stay off of social media (mainly instagram or maybe snapchat), put yur account on private mode so you can choose who can follow you.
Answer: A or B
Explanation: I think it's A or B Because they are the ones that make more sence
Answer:
positive bc you can learn from them wwhat to do what not to do mistakes that you wont make in. real life