Berikut Adalah Programmer
Berikut Adalah Programmer
---
**Contoh**:
- C: `printf("Hello World");`
---
**Umum**:
**Contoh**:
---
### 3. **Variables & Constants (Variabel & Konstanta)**
**Contoh**:
---
**Contoh**:
```python
# Python: if-else
if x > 0:
print("Positif")
else:
print("Negatif")
```
---
**Contoh**:
- C:
```c
return a + b;
```
---
**Contoh**:
---
**Contoh**:
- JavaScript: `try...catch`:
```javascript
try {
riskyOperation();
} catch (error) {
```
---
---
- **Prosedural**: C, Pascal.
---
**Contoh**:
---
---
**Contoh**:
```javascript
function demo() {
```
---
**Contoh**:
---
---
- **Tujuan**:
- **Level**:
- **Performance**:
---
Semua bahasa pemrograman memiliki konsep serupa, hanya **sintaks dan pendekatan** yang berbeda.
🚀