This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
string userName; | |
char userSimbol; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
char userSimbol; | |
string userName; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
const string CommandRubToEurConvert = "1"; | |
const string CommandRubToUsdConvert = "2"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
const string CommandRUBToEURConvert = "1"; | |
const string CommandRUBToUSDConvert = "2"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
int initValue = 5; | |
int step = 7; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
const string CommandToGetBirthdayGreeting = "1"; | |
const string CommandToByBook = "2"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
int currentNumber = 5; | |
int numberToFold = 7; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
const string CommandToGetBirthdayGreeting = "1"; | |
const string CommandToByBook = "2"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
Random random = new Random(); | |
int theMinimum = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Sharpocskie | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
const string CommandToGetBirthdayGreeting = "1"; | |
const string CommandToByBook = "2"; |
NewerOlder