Or you can also browse all knowledge resources
int add(int a, int b) { return a + b; }
int a = 5; int b = 3;
int x = 5;