NEW
Font size
WorksheetsC++
Total questions: 10
Worksheet time: 5mins
If-else
Optional value for the program to execute
Is a condition followed by a statement or a set of statements
Is a statement followed by a condition or a set of conditions
Function with a value
Do while loops
Runs a statement once
Runs a statement twice
Runs a statement multiple times or not within a boolean condition
Doesn't run at all
Switch Statement
Is a statement with a set of conditions called cases
Is a case
Is a condition with no cases
Is a boolean statement
Secondary Functions
Is a function executed inside the main function
Is a function executed in another program
Is a function executed outside the main function
Is the main function
Voids
A statement that returns a value
A statement that doesn't return a value
A function that return a value
A function that doesn't return a value
iostream
Displays output from the screen and input from the keyboard
Has all the math equations
Counts the time
Checks if the code has a function
cmath
Simple math
Stands for complicated math
Add, subtract, divide, multiply
Timming
cstdlib
Can convert a number into a letter
It doesn't have any use
Is the same as iostream
Can convert a number into absolute number
ctime
Manipulates your CPU
Manipulates other libraries
Manipulates date and time information
It just counts
For a random number generator, you write it as
sin()
rand()
cos()
abs()
