CPP
cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//Code wont launch, but what im trying to do is at line 159.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text.RegularExpressions;
using System.Security.Cryptography;
using System.Timers;
namespace PasswordSystemLaba2
{
internal class Program
{
enum Menu
{
Exit = 0,
Login = 1,
Register = 2,
ChangePassword = 3,
ShowUserList = 4,
Ban = 5,
Unban = 6,
}
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run