Skip to main content

Posts

Showing posts from April, 2020

Play Time ⌚😊😊😊

▶️ Read on.... A bummer 😎 👏👏👏🤠🤠🤠🤠👏👏👏

M (ROMAN NUMBER) /2 @YAHOO ANSWERS 📱

500 points ®️ 🌍 OMG!  WTF! (FISH) 

M (ROMAN NUMBER) /2 @YAHOO ANSWERS 📱

500 points ®️ 🌍 OMG!  WTF! (FISH) 

Yahoo Answers Sanjay Kamath 🌍 Champion

Best of all 👑

Yahoo Answers Sanjay Kamath 🌍 Champion

Best of all 👑

Palindrome in C# LIVE 👌

Check this out : https://code.sololearn.com/ce7JwcG9J7l6/#cs 👑👑👑

Palindrome in C# LIVE 👌

Check this out : https://code.sololearn.com/ce7JwcG9J7l6/#cs 👑👑👑

Palindrome in C # Build 1.0.0.1 👏

Follow the link below : https://drive.google.com/file/d/1RKL8RI0u2RslFICobl4bZhM17C5u6xIT/view?usp=drivesdk Status - Compiles Well 🤗 Logical bugs though 🐛 🐝🐝🐝

Palindrome in C # Build 1.0.0.1 👏

Follow the link below : https://drive.google.com/file/d/1RKL8RI0u2RslFICobl4bZhM17C5u6xIT/view?usp=drivesdk Status - Compiles Well 🤗 Logical bugs though 🐛 🐝🐝🐝

Palindrome in C# Build 1.0.0.0 👑

Check out the first build of the new program in C# Editor : Csharp pad compiler online /* Read input string and convert to uppercase  Find the input string length  If odd remove the Median letter else no change  If forward string = reverse string then string is a palindrome  👁️ */ string input_str="malaalam"; int _n = input_str.Length - 1; int _mo= (int) (_n / 2); Console.WriteLine( "111=" + _mo.ToString()) ; string s1=input_str.Substring(0,((_mo))); Console.WriteLine( "s1=" + s1.ToString()) ; string s2= input_str.Substring((_mo )+1,_mo); Console.WriteLine( "s2=" +  s2.ToString()) ; if(_n%2==1){input_str=s1+s2;}  if(input_str==input_str.Reverse()){ Console.WriteLine("String is a palindrome");} else{ Console.WriteLine("String is not a palindrome"); } 💡💡💡

Palindrome in C# Build 1.0.0.0 👑

Check out the first build of the new program in C# Editor : Csharp pad compiler online /* Read input string and convert to uppercase  Find the input string length  If odd remove the Median letter else no change  If forward string = reverse string then string is a palindrome  👁️ */ string input_str="malaalam"; int _n = input_str.Length - 1; int _mo= (int) (_n / 2); Console.WriteLine( "111=" + _mo.ToString()) ; string s1=input_str.Substring(0,((_mo))); Console.WriteLine( "s1=" + s1.ToString()) ; string s2= input_str.Substring((_mo )+1,_mo); Console.WriteLine( "s2=" +  s2.ToString()) ; if(_n%2==1){input_str=s1+s2;}  if(input_str==input_str.Reverse()){ Console.WriteLine("String is a palindrome");} else{ Console.WriteLine("String is not a palindrome"); } 💡💡💡