Implement the First-In, First-Out (FIFO) page replacement algorithm. The program should simulate the memory management process by handling page requests and performing page replacements based on the ...