📊 Input-Process-Output Examples
🧮 1. Simple Calculator
📥 INPUT:
+
-
×
/
Calculate
⚙️ PROCESS:
Perform the calculation based on the selected operator
📤 OUTPUT:
Result will be displayed here
📝 2. Grade Calculator
📥 INPUT:
Calculate Grade
⚙️ 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:
Calculate Age
⚙️ PROCESS:
Calculate age based on birth date and current date
📤 OUTPUT:
Age will be displayed here
⚖️ 4. BMI Calculator
📥 INPUT:
Calculate BMI
⚙️ PROCESS:
BMI = Weight (kg) / (Height (m))²
📤 OUTPUT:
BMI and classification will be displayed here
🌡️ 5. Temperature Converter
📥 INPUT:
Celsius
Fahrenheit
Kelvin
convert to
Fahrenheit
Celsius
Kelvin
Convert
⚙️ PROCESS:
Use temperature conversion formulas between units
📤 OUTPUT:
Converted result will be displayed here
🔐 6. Password Generator
📥 INPUT:
Uppercase
Lowercase
Numbers
Symbols
Generate Password
⚙️ PROCESS:
Generate a random password based on selected criteria
📤 OUTPUT:
Password will be generated here