Write a program that asks for txo 3x3 Matrix.Then the porgram sums the matrix and stores the result in the first one(A=A+B).Then prints on the screen the resulting matrix.
Write a program that takes input array daily temperatures, as floats. and findout the maximum and minimum values.
Write a program which calculates the sum of all odd numbers upto a particular limit. The limit will be an input to the program.
Write a program which takes input a string and a character then remove this character in this string.
Write a program that clasifies angle: acute, straight and obtuse.
Write a program that input a number and calculates its factorial(use a function called factorial
).