2014.6 Final Exam
Write a program to perform the encryption of Caesar Cipher.
Write a program to perform the decryption of Caesar Cipher
Addition of Integers
Subtraction of Integers
Multiplication of Integers
Division of Integers
Convert a string to uppercase
Convert a string to lowercase
Reverse a string
Reverse a string
Write a program to perform factorization
Greatest Common Divisor
Circle Through Three Points (UVa 190) Solve the “Circle Through Three Points” problem in MFC. Due to the limit of Edit Control, you only handle a circle at a time. That is, your input will only consist of the coordinates of 3 points.