Exam papers, notes, holiday assignments and topical questions – all aligned to the Kenyan curriculum.
What are the guidelines to good C++ programming.
Answer Attachments
Next: Describe programming in C++
Previous: Explain the features of a C++ program.
View more Computer Programming Questions and Answers | Return to Questions Index
Describe programming in C++
Date posted: May 15, 2019 . Answers (1)
Write a program for input and output operations
Write a C++ program that can compute and the sum and average of 15 numbers.
Describe Identifiers.
Differentiate between signed and unsigned integers.
Define a variable.
Describe the Typedef in programming.
Describe constants in programming.
Give the three main types of constants.
Define a selection control structure.
Describe the switch statement.
Describe the loop structure.
Describe the do while control structure.