📊 Input-Process-Output Examples

🧮 1. Simple Calculator

📥 INPUT:
⚙️ PROCESS: Perform the calculation based on the selected operator
📤 OUTPUT:
Result will be displayed here

📝 2. Grade Calculator

📥 INPUT:
⚙️ PROCESS: Classify score by scale: A (90-100), B (80-89), C (70-79), D (60-69), F (<60)
📤 OUTPUT:
Grade will be displayed here

🎂 3. Age Calculator

📥 INPUT:
⚙️ PROCESS: Calculate age based on birth date and current date
📤 OUTPUT:
Age will be displayed here

⚖️ 4. BMI Calculator

📥 INPUT:
⚙️ PROCESS: BMI = Weight (kg) / (Height (m))²
📤 OUTPUT:
BMI and classification will be displayed here

🌡️ 5. Temperature Converter

📥 INPUT: convert to
⚙️ PROCESS: Use temperature conversion formulas between units
📤 OUTPUT:
Converted result will be displayed here

🔐 6. Password Generator

📥 INPUT:
⚙️ PROCESS: Generate a random password based on selected criteria
📤 OUTPUT:
Password will be generated here