88.8k views
1 vote
You created a plan for the program to find the slope, as shown below.

# Find the slope of the user's two points
# Get the points
# Calculate the slope
# Display the result
This plan is in the form of
O flowcode
O pseudochart
pseudocode
flowchart

User Dastagir
by
4.4k points

2 Answers

4 votes

Answer:

Pseudocode

Step-by-step explanation:

When ever you are using idle for coding, if there are number signs(hashtags) in front of the text, that means that this text is considered comments. In the lines of code, these "comments" don't affect the code. They are there as placeholders. The proper term for this is Pseudocode.

User Maxoudela
by
6.0k points
3 votes

Answer:

Pseudocode

Step-by-step explanation:

Correct answer edge 2020

User Ddprrt
by
5.3k points