My professor has asked me to research how to merge both of these codes, he's running low on DC motors but has plenty of servos and needs the (continuous) servo motors to run like DC motors. Please help! He has specifically asked how to merge these into one sketch. Here's the code:
Before merging these convert them separately to use millis() instead of delay() so that after merging these they do not not block each other. Then you can start working on merging these. In case of doubt look at the BlinkWithoutDelay example in the IDE.
For new sketches, be sure to use delay only within setup() and very sparingly within loop()