Commit bb9b68bf authored by elijah vasquez's avatar elijah vasquez 🦍

this is my kingdome come

parent db01c307
#include <stdio.h>
int midFunction(int x, int y, int z) {
return y;
}
int main() {
int midNum = midFunction(410, 12192874, 12487);
printf("middle number = %d", midNum);
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment