sum

PythonF

Reverse Sum Palindrome

Reverse Sum Palindrome: The program must accept an integer N as the input. The program must find the sum of N and its reverse. The…
PythonF

Maximum Sum Submatrix

Maximum Sum Submatrix: The program must accept an integer matrix of size RxC and an integer K as the input. The program…
PythonF

Sum Greater than 50

Sum Greater than 50: Given two integers A and B as input, the program must print YES if the sum of A and B  is greater than 50.…