You are on page 1of 2

Keth Iralex Cabalda BES 043

COC-FA-BSCE2-04 Module #4

Arithmetic

Activity 1: What I Know Chart

1. What is the multiplication symbol used in C++?


- The multiplication symbol used in C++ is “ * “.

2. Is a pair of parenthesis ( ) used as a C++ multiplication symbol?


- Yes

3. How to get the remainder in C++ division calculation?


- % is offered by C++ produces the residual following integer division. Only integer operands may be
used with the modulus operator.

Activity 3: Skill-building Activities

1. What will be displayed with the 3 Statement:

1. a
2. 21
3. 0
4. 0
5. 3
6. 7
7. Please enter two integer values:
8. 000
9. 2y is not valid
10. 2 ( y-1 ) is not valid

Activity 6: Thinking about Learning

Three things you learned:


1. I learned a little how to manually convert number systems
2. I learned a little to trace C++ statements
3. I learned how to get the remainder of a division equation.
Two things that you’d like to learn more about:
1. More about converting number system

2. More examples in tracing C++ statements.

One question you still have:


1. What are loops?

You might also like