Problem:
Question 1: What are the essential ingredients of a symmetric cipher?
Question 2: Write a C++ program that compares the difference in execution times between an integer division and a floating point division. To test the program, execute each operation 100,000 times, and compare the difference in running time.
Any help would be greatly appreciated!