Answer:
The below code is pasted in the place of "/*Your solution goes here */"
while(numInsects<200) // while loop
{
System.out.print(numInsects+" "); // print statement
numInsects=numInsects*2; // operation to print double.
}
Output:
- If the user gives inputs 16 then the output is 16 32 64 128.
- If the user gives inputs 25 then the output is 25 50 100.
Explanation:
- The above code is in java language in which the code is pasted on the place of "Your solution" in the question then only it can work.
- Then the program takes an input from the user and prints the double until the value of double is not 200 or greater than 200.
- In the program, there is while loop which checks the value, that it is less than 200 or not. If the value is less the operation is performed otherwise it terminates.
Animation or C your welcome my friend
Answer:
To determine which book titles have been purchased by a customer and when the order shipped the following tables and fields would be used.
Table:
Fields
Table
Fields:
Table:
Fields:
Table:
Fields
BOOKS table contains field like title of the books, so this will help in finding which book titles have been purchased.
CUSTOMERS table keeps information about customers that purchasing an ordering the books. The customerno uniquely identifies each customer so that the order information can be found using the customerno of a specific customer.
ORDERITEMS keeps information about orders via orderno
ORDERS table will keep track about the shipment of orders. Orderno identifies each order, shipdate will help determine when an order is shipped.
Answer:
The answer is "Option a"
Explanation:
A Sparkline is a small graph, which is available inside a sheet, that displays information visually. It displays the information is in the form of patterns on several values. It also uses underline to display the low and high value, use with sparklines, and certain alternatives were wrong, which can be defined as follows:
- In option b, It is used to define the overall view of data, that's why it is wrong.
- Option c and Option d both are wrong because, create command is used to create data, or view is used to show that data, they both don't use sparkline option.