This page demistrates the interactions of different variables in C++

Code Output
var list

None

Addition with int and double:  

Add code
Add OutPut

Division with int and double:  

Div code
Div Output

Mulplication with int and double:  

Mult code
Mult Output

Boolean Example:  

bool code
bool Output

MOD Example:

MOD Code