If entered input (n) is numeric , compute its log to the base (n+2) ,

if it is a lower case alphabet, convert it to its numeric ascii value ,

if it is an upper case character, create a string with '!' concatenated to the value 'n' Example: 'A' will become 'A!'

else return the input as is

Solution Stats

91 Solutions

42 Solvers

Last Solution submitted on May 29, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...