hello everybody
please i shall be very obliged to those who shall help me solving these problems
please,,help me
i want to make a function SumDiagonal that take in a 2 dimensional array (of 2rows and 2 coloumn) called dimtwoarray containing integers.your function should total up the integers in the diagonal (that is row=coloumn cells).
please help me writing a funtion addsubarrray that take in a 3 dimensional array(of eg 1 row,2 coloumn and 3 widths) containing integers.the function should add 1 to even numbers and subtract 1 from odd numbers in the array.please i want to coding to be done appropriately,i am confused in its coding part, though a bit of logic is known.
please get me the code of function countvowel that take in a string parameter and return the number of non vowels (vowels are a,e,I,o,u) in it.string library is not to be used.
i want to make a function removespaces that would take in a string parameter and return the string without the blank spaces. but string library is not allowed to be used.