Computer Science: A Structured Programming Approach Using C, Third Edition
Computer Science: A Structured Programming Approach Using C, Third Edition
3rd Edition
ISBN: 9780534491321
Author: Behrouz A. Forouzan, Richard F. Gilberg
Publisher: Course Technology, Inc.
bartleby

Videos

Textbook Question
Book Icon
Chapter 6, Problem 33PS

Write a for loop that will produce each of following sequences:

a. 6, 8, 10, 12, ..., 66

b. 7, 9, 11, 13, ..., 67

c. The sum of the numbers between 1 and 15 inclusive

d. The sum of the odd numbers between 15 and 45 inclusive

e. The first 50 numbers in the series 1, 4, 7, 10, ... (calculate the total 1 + 4 + 7 + 10 + ...)

Blurred answer
Students have asked these similar questions
Write a for loop that will produce each of the following sequences:a. 6, 8, 10, 12,.......66b. 7, 9, 11, 13,....67c. The sum of the numbers between 1 and 15 inclusived. The sum of the odd numbers between 15 and 45 inclusivee. The first 50 numbers in the series 1, 4, 7, 10,....(calculate the total 1 + 4 + 7+10 + .........)
Problem:Write a for loop that will produce each of the following sequences:a. 6, 8, 10, 12,.......66b. 7, 9, 11, 13,....67c. The sum of the numbers between 1 and 15 inclusived. The sum of the odd numbers between 15 and 45 inclusivee. The first 50 numbers in the series 1, 4, 7, 10,....(calculate the total 1 + 4 + 7+10 + .........)
Write a for loop that displays the following set of numbers: 0, 20, 40, 60, 80,…..1000 (Note there is a comma between the numbers but not the last one)explain please.
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
C++ Programming Tutorial 36 - Intro to Loops; Author: Caleb Curry;https://www.youtube.com/watch?v=M3o7Y0juEP0;License: Standard YouTube License, CC-BY