Answer:
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
Explanation:
It is easy to understand. Algorithm is a step-wise representation of a solution to a given problem. In Algorithm the problem is broken down into smaller pieces or steps hence, it is easier for the programmer to convert it into an actual program
Algorithms are time-consuming. Big tasks are difficult to put in algorithms. Difficult to show branching and looping in algorithms. Understanding complex logic through algorithms can be very difficult.
Answer:
IN PYTHON ::
x=int(input('Enter length:'))
y=int(input('Enter width:'))
print('Area of the rectangle is', x*y,'squared units')
I hope it will be useful.
Answer:
10
Explanation:
i don't know please just thank me
5x+2y=3
Slope = -5.000/2.000 = -2.500
x-intercept = 3/5 = 0.60000
y-intercept = 3/2 = 1.50000
2x+3y=13
Slope = -1.333/2.000 = -0.667
x-intercept = 13/2 = 6.50000
y-intercept = 13/3 = 4.33333
I believe it is A and C!
Good luck!