modification

CF

2D MATRIX MODIFICATION

A Matrix has R rows and C columns. Get the matrix as input and multiply the value in the cells of the matrix by a value E if it is even and…
CF

String Modification

The program must accept a string S as the input. The program must remove all the vowels and insert a character “.” before each…