#include "Loops.h" void ForLoop(size_t n) { } void WhileLoop(size_t n) { } void DoWhileLoop(size_t n) { }