
C++ Programming (Basic)
Presentation
•
Computers
•
University
•
Hard
Chong May
Used 5+ times
FREE Resource
40 Slides • 1 Question
1
C++ Programming (Basic) -Revision
from input until function
2
Today's topics
Basic C++ function (input, output)
Selection control
Repetition control
Simple array
Simple function
3
Learning outcome 1:
How to use input\output in a program
How to use the selection control structures if, if...else, and switch in a program.
4
Key term for first part
Input output (cin, cout)
Selection (if … else, switch, case)
5
Programming Question 1
Write a program that takes a given length as input expressed in feet and inches. Convert and output the length in centimeters
Convert the length in feet and inches to all inches:
–Multiply the number of feet by 12
Use the conversion formula (1 inch = 2.54 centimeters) to find the equivalent length in centimeters
6

10 Minute Timer
You can open this webpage in a new tab.
7
8
9
10
11
12
13
14
Question 2
Write a c++ program for currency converter. It can convert Ringgit Malaysia to British pounds, Canadian dollars, and Japanese yen. It should also able to let the user decide which currency they wish to convert. Option menu using the switch statement and the input validation using if..else statement.
Details:
1: Input money using "cin" in a double variable
2: 1 British Pound = 5.87 Ringgit Malaysia
3: 1 Canadian Dollar= 3.37 Ringgit Malaysia
4: 1 Japanese Yen = 0.038 Ringgit Malaysia
5: Include the input validation in the system.
15

15 Minute Timer
You can open this webpage in a new tab.
16
Learning outcome 2:
How to use the repetition (looping) control structures
How to use the array in the C++ program
How to write and use a simple function
17
Key term for first part
While loop
For loop
Do while loop
Array
Function prototype
18
19
20
21
22
23
24
25
26
27
Question 3:
Write a c++ program that can print the Left oriented right angled pyramid as below.
Enter the number of rows: 5
1
2 3
4 5 6
7 8 9 10
11 12 13 14 15
16 17 18 19
20 21 22
23 24
25
28

15 Minute Timer
You can open this webpage in a new tab.
29
Question 4
Using an array, read in 20 numbers, each of which is between 10 and 100, inclusive. As each number is read, print it only if it is not a duplicate of a number already read.
30

15 Minute Timer
You can open this webpage in a new tab.
31
32
33
34
35
36
Question 5:
Develop an interactive program that will keep track of the weather forecast in a month. On any given day, the weather forecast may be hot, rainy, or cloudy. Your program should input the weather forecast for each day in the month and should display the number of hot, rainy, and cloudy days in a month. You should use a loop and a conditional structure to develop this program. Try to implement functions in the solution.
37

20 Minute Timer
You can open this webpage in a new tab.
38
39
40
Open Ended
Any question?
41
C++ Programming (Basic) -Revision
from input until function
Show answer
Auto Play
Slide 1 / 41
SLIDE
Similar Resources on Wayground
33 questions
Apa itu Open Source?
Presentation
•
University
38 questions
PYTHON 203
Presentation
•
University
37 questions
ITCC102-W10(SY24-25_101i)
Presentation
•
University
36 questions
Information and Communication Technology
Presentation
•
University
34 questions
Computational Thinking
Presentation
•
KG - University
37 questions
Lecture 1 - part 3 - CIS430
Presentation
•
University
37 questions
DCS2103 - Week 13 (Inheritance)
Presentation
•
University
39 questions
SAFETY
Presentation
•
University
Popular Resources on Wayground
24 questions
PBIS-HGMS Day 10
Quiz
•
6th - 8th Grade
10 questions
HCS SCI 03 Summer School Review 3
Quiz
•
3rd Grade
11 questions
Home Scope
Quiz
•
7th - 8th Grade
15 questions
HCS SCI 05 Summer School Assessment 3 Review
Quiz
•
5th Grade
35 questions
Lufkin Road Middle School Student Handbook & Policies Assessment
Quiz
•
7th Grade
18 questions
Geo 11.3 Area of Circles and Sectors
Quiz
•
9th - 11th Grade