Question: The Collatz Conjecture in C. This program has to be written in C. Can you please make the code simple as I am a beginner


The Collatz Conjecture in C. This program has to be written in C. Can you please make the code simple as I am a beginner in coding. thanks.
Run my program Stop Clear terminal run Enter a starting point: Enter a valid starting point (from 2 99): Enter an ending point: Run my program Stop Clear terminal run Enter a starting point: 100 Enter a valid starting point (from 2 99): Enter an ending point: Two test cases for invalid ending point: Run my program Stop Clear terminal run Enter a starting point: Enter an ending point: Enter a valid ending point (from 4 -999): Run my program Stop Clear terminal run Enter a starting point: Enter an ending point: 1000 Enter a valid ending point (from 4 999) At the top of your program you should have a comment section that follows the below format Author:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
