Program Code: String Operation
Program Code: String Operation
PROGRAM CODE
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static string stconcat(string a,string b)
{
string c=string.Concat(a,b);
return(c);
}
if (Flag==0)
Console.Write("\n\tString is a Palindrome.");
else
Console.Write("\n\tString is Not a Palindrome.");
}
1
STRING OPERATION
2
STRING OPERATION
}
Console.ReadLine();
}
}
}
}
3
STRING OPERATION
MAIN MENU.
MAIN MENU.
4
STRING OPERATION
OUTPUT
MAIN MENU.
MAIN MENU.
5
STRING OPERATION
MAIN MENU.
MAIN MENU.
6
STRING OPERATION
MAIN MENU.
MAIN MENU.