自动提款机程序源代码

来源:百度知道 编辑:UC知道 时间:2024/05/15 04:51:20
用c#语言编写

自动提款机的?
不懂~~~

using System;
using System.Collections.Generic;
using System.Text;

namespace bank
{
class Program
{
static int cont = 0;
static int[] id = new int[100];
static int[] psd = new int[100];
static int[] many = new int[100];
static void Main()
{
mainy();
mainf();
}
static void mainf() //登陆界面
{
//int cont=0;
string strA;
strA = Console.ReadLine();
if (strA != "" || strA=="0")
{
int i = Convert.ToInt32(strA);
if (i == 1)
{
string strB;
Console.Clear();
Console.WriteLine("请输入账号:");