Write pseudocode that reads two numbers and multiplies them together. Write pseudocode to print all multiples of 5 between 1 and 100 (including both 1 and 100). Write pseudocode that will count all the even numbers up to a user defined stopping point.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter3: Assignment, Formatting, And Interactive Input
Section3.4: Program Input Using Cin
Problem 9E
icon
Related questions
Question
Computer Fundamentals & Programming
Lec. 8
Assignment Lecture No. 8
兴
1- Write pseudocode that reads two numbers and multiplies them together.
2- Write pseudocode to print all multiples of 5 between 1 and 100 (including
both 1 and 100).
3- Write pseudocode that will count all the even numbers up to a user
defined stopping point.
Hint:
For example,
say we want to see the first 5 even numbers starting from 0.
well, we know that evens numbers are 0, 2, 4, etc.
The first 5 even numbers are 0, 2, 4, 6, 8.
V The first 8 even numbers are 0, 2, 4, 6, 8,10 ,12, 16
Transcribed Image Text:Computer Fundamentals & Programming Lec. 8 Assignment Lecture No. 8 兴 1- Write pseudocode that reads two numbers and multiplies them together. 2- Write pseudocode to print all multiples of 5 between 1 and 100 (including both 1 and 100). 3- Write pseudocode that will count all the even numbers up to a user defined stopping point. Hint: For example, say we want to see the first 5 even numbers starting from 0. well, we know that evens numbers are 0, 2, 4, etc. The first 5 even numbers are 0, 2, 4, 6, 8. V The first 8 even numbers are 0, 2, 4, 6, 8,10 ,12, 16
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 7 images

Blurred answer
Knowledge Booster
Random Class and its operations
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr