Answer: i dont know but have an great day
Explanation:
I can not understand your question, about it. What is homework of Gustavo working in, Visual or Dev C++ with any language?
Answer:
10
Explanation:
An enqueue operation is a function that adds an element(value) to a queue array. A dequeue operations removes an element from a queue array. Queue arrays follow a first-in-first-out approach, so elements that are first stored in the queue are removed/accessed first(enqueue operations add elements at the rear of the queue array).
The following operations leave 10 elements in the queue of array size 12 after its done:
10 enqueue operations= adds 10 elements
5 dequeue operations= removes 5 elements( 5 elements left in queue)
6 enqueue operations= adds 6 elements(11 elements in queue)
10 dequeue operations= removes 10 elements(1 element left in queue)
8 enqueue operations= adds 8 elements(9 elements in queue)
2 dequeue operations= removes 2 elements(7 elements left in queue)
3 enqueue operations= adds 3 elements(10 elements in queue)
Therefore there are 10 elements in the queue after enqueue and dequeue operations.
The type of error that occurs when a program is expecting an integer value and the user enters a string is value error.
<h3>What are errors in program?</h3>
Errors are the problems or the faults that occur in the program.
This error makes the program behave abnormally. It usually acts contrary to what you expect.
Example of errors includes runtime error, syntax error, compilation error, value error, logic error and many more.
Therefore, type of error occurs when a program is expecting an integer value and the user enters a string is value error.
learn more on error here: brainly.com/question/17924309
#SPJ2
It allows them to create visual presentations, like a slideshow and even more.