Question: Please provide me the code both problem 2 and 3 and follow the instructions. The output of these problem must be the same in the

Please provide me the code both problem 2 and 3 and follow the instructions. The output of these problem must be the same in the sample output which is written on the provided picture. Thanks in advance
Problem 2 Write a program using any type of looping structure to display the sample output below. Sample Output (First Run) Note: End value is always greater than start value Input start value: 10 Input end value: 20 Interval: 3 10 13 16 19 Sample Output (Second Run) Note: End value is always greater than start value Input start value: 0 Input end value: 50 Interval: 7 0 7 14 21 28 35 42 49 Problem 3 Write a program using any type of looping structure to count the number of EVEN and ODD number(s) from a series of input integers. Sample Output (First Run) Note:O is considered as positive Number of terms: 4 Term 1:15 Term 2:16 Term 3:7 Term 4:2 Odd-2 Even2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
