Answer:
Following is given the encrypted(book ciphers) message:
<h2>
youfoundtheanswer</h2>
OR
<h2>
you found the answer</h2><h2>
</h2><h2>
</h2>
I hope it will help you!
Answer:
Typecasting, or type conversion, is a method of changing an entity from one data type to another. It is used in computer programming to ensure variables are correctly processed by a function. An example of typecasting is converting an integer to a string.
mark me brainliesttb :))
This is called
C. Networking
A command that should be used to remove these two print jobs from the print queue is cancel Printer1-17 Printer1-21.
<h3>What is printing?</h3>
Printing can be defined as a process that typically involves sending print jobs from a computer system to a printer, especially through the print queue.
In Computer technology, "cancel Printer1-17 Printer1-21" is a command that should be used to remove the two (2) print jobs from the print queue of Printer1 which is yet to start printing.
Read more on printer here: brainly.com/question/17100575
#SPJ1
Since you did not specify a language i am assuming C
void x10(int n){
printf("%d \n",n*10);
return;
}