1. Ask the user about what kind of operation he/she likes to do. If the user press "a" then perform addition or for "s"
Posted: Thu Jul 14, 2022 2:19 pm
1. Ask the user about what kind of operation he/she likes to do. If the user press "a" then perform addition or for "s" perform subtraction. End the program with an error message for other character input. 2. Take two matrix inputs. Each matrix should be 2×2 size. 3. Display the input matrices and output matrix properly.