The following algorithm is for a program that asks users for two integers and then displays the sum of the integers. Review the algorithm and select what is missing.

Input:
- Prompt users to input two integers.
- If inputs are not integers, print a message to try again.

Processing:
- Declare a new variable.
- Define the new variable as the sum of user inputs.

Output:
- Print the new value.

A. The new value does not need to be declared.
B. The processing is asking for a sum instead of a product.
C. The pseudocode for users to input two integers is missing.
D. The wrong value is being printed.



Answer :

Final answer:

Explanation on missing parts in the provided algorithm for summing two integers.


Explanation:

The missing parts in the algorithm are:

  1. The pseudocode for users to input two integers is missing.
  2. The new value does not need to be declared.

Ensuring that the algorithm includes the steps for users to input two integers and removing the unnecessary declaration of the new value will lead to a more effective program.


Learn more about Algorithm Development here:

https://brainly.com/question/20595602