Question: c++ Write the corrected program here! 4. Design a for-loop that can be used to display all the odd numbers (separated by comma) from 129
Write the corrected program here! 4. Design a "for-loop" that can be used to display all the odd numbers (separated by comma) from 129 down to 1 (15 points) (i.e. the numbers displayed should be: 129, 127, 125, 123, ... 1) 5. Write a complete program that will take the x-y coordinates of two points in a straight line, they are x1, y1, x2, and y2 (20 points) The code should get user inputs for these variables. Then the code computes and displays the values of the slope (m) and intercept (h) on the y-axis by using the formula given below: y2-yl x2 - x1 h= yi-m* x1 m = Display the values of m and h with suitable title and displaying only one digit after the decimal
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
