Fixed a massive oversight in your code.
This commit is contained in:
parent
1920e7f14e
commit
2c47f47f34
@ -4,7 +4,7 @@ namespace Shift_Cipher
|
|||||||
{
|
{
|
||||||
class Program
|
class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
string shiftedAlphabet = "", finalStr = "", alphabet = "abcdefghijklmnopqrstuvwxyz";
|
string shiftedAlphabet = "", finalStr = "", alphabet = "abcdefghijklmnopqrstuvwxyz";
|
||||||
Console.Write("Enter a string to be shifted: ");
|
Console.Write("Enter a string to be shifted: ");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user