Write a program to let a child practice arithmetic skills.The program should first ask for what kind of practice is wanted: addition(1), subtraction(2), or multiplicatio(3)… (no division).Then, the program will have a loop for each of the the desired operations...