54.7k views
5 votes
Create a horizontal line across middle of the entire form. To code this the ____ values are the same.

User Cenanozen
by
4.4k points

2 Answers

0 votes

To make a horizontal line in mathematics you require some sort of constant function. Where no matter the input x the output y will always equal to a certain number n.

For eg. consider n = 2. Hence the graph of line has an equation of y = n making it always intercept in (x, n). As x increases the y is the same therefore the horizontal infinite line emerges.

So to plot or code this kind of program you need to have the same values of y therefore y is a constant function.

Hope this helps.

r3t40

User CR Drost
by
4.7k points
1 vote

Answer:

The answer is "Y".

Explanation:

In programming language and mathematics both use coordinates to represent horizontal line and both terms description as follows:

  • In visual programming, To represent an object graphically we use coordinates. The "y" axis is used to represent a horizontal line and it creates a line from the entire form.
  • In mathematics, To make a horizontal line in the entire form the constant function is used.

User Patr
by
4.2k points