diff --git a/education/software development/ECE1400/Flowcharts and Pseudocode.md b/education/software development/ECE1400/Flowcharts and Pseudocode.md index e0a3c55..fdf3ffa 100644 --- a/education/software development/ECE1400/Flowcharts and Pseudocode.md +++ b/education/software development/ECE1400/Flowcharts and Pseudocode.md @@ -40,3 +40,12 @@ end: { ``` ## Pseudocode +```c +/************************************** +* Function Title: BakeBananaCake +* +* Summary: Bake a banana cake +* +8 +*************************************/ +``` \ No newline at end of file