C++ Program #1
- Compidia
- Oct 12, 2020
- 1 min read
ComputerScience/Computer Programming is not only about memorizing, understanding all the concepts but also about how to implement them in your IDE.
Here's a module where you can learn how to implement the concepts you learned so far.
How you will learn and code
1) Display string of characters and values
2) Arithmetic calculations with 4 Maths operators and result with decimals
3) Arithmetic calculations with 4 Maths operators and result without decimals
4) Comparison of values with Boolean operators
5) Determine Integers and Characters
There are 5 questions and I would suggest you do all of the questions and see whether did you get the same output as me. It's fine if your source code is long because the only thing matters, for now, is your output.
In future modules and programs, you can learn how to shorter and simplify your code to avoid unnecessary code.
**There are solutions for the questions at the end of the module so you can compare it with mine and see if yours are similar to mine.
Kommentare