Question: programming language Google x Ra Lab 3 - 2020 Spring Term (1 x Dropbox - Submit files x C++ Program to Find All Roc X
programming language

Google x Ra Lab 3 - 2020 Spring Term (1 x Dropbox - Submit files x C++ Program to Find All Roc X G DB hosted.cuny.edu/webapps/blackboard/execute/content/file?cmd=view&content_id=_443897171&course_id=_1839575_1&fral 17 Lab 3 17 Description: Write a program that will find the sum of the even numbers of 1/ a sequence from the starting point to the end. 77 1. Declare the needed variables 2. Collect the user input (a = first term, b last tern) Note: IF the last term is smaller than the first and!!! // and put out a message informing the user // 3. Find the sum of the odd terms ONLY.. (Use a loop) // 4. Print the sum. // // Note: For example, if a - 1, b - 9 then the sequence is: 2 + 4 + 6 + 8 and the sum - 20 // // // if a - 8, b-10, then the series is 8 + 10 and the sum - 18 // // * #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
