820 C语言 作业

#include <stdio.h>

void main()
{
    int i,j;
    int code=0,flag=0;
    int choice1=0,choice2=0,choice3=0;
    int RMB=100000,WB=100000;
    int cash1=0,cash2=0;
    char instruct=‘n‘;

    printf("************************************************************\n");
    printf("*                                                          *\n");
    printf("*               欢迎使用blue shit ATM取款机                *\n");
    printf("*                                                          *\n");
    printf("*                                  version number:1.0.1    *\n");
    printf("*                                                          *\n");
    printf("************************************************************\n");

    printf("请键入您的密码:\n");

    for(i=0;i<3;i++)
    {
        scanf("%d",&code);
        system("cls");
        if(code==9527)
        {
            break;
        }
        if(code!=9527)
        {
            printf("密码有误!请再次输入:\n");
            flag+=1;
        }
     }
     if(flag==3)
        {
            printf("您的密码输入错误3次,请到blue shit咨询!");
            return;
        }     

    while(instruct==‘N‘|| instruct==‘n‘ )
    {

         if(code==9527)
         {
             printf("徐先生,欢迎回来!\n");
             printf("1.查询余额   2.取款   3.退出");
              scanf("%d",&choice1);
              system("cls");
             switch(choice1)
             {
                   case 1:printf("1.人民币  2.外币");
                       scanf("%d",&choice2);
                       system("cls");

                       switch(choice2)
                       {
                           case 1:printf("您的人民币账户余额:¥%d\n",RMB);
                                  break;

                           case 2:printf("您的外币账户余额:$%d\n",WB);
                                  break;
                       }
                       break;

                case 2:printf("1.人民币  2.外币");
                       scanf("%d",&choice3);
                       system("cls");

                       switch(choice3)
                       {
                            case 1:printf("请输入取款额度:\n");
                                   scanf("%d",&cash1);

                                   RMB=RMB-cash1;
                                   printf("您的账户余额:¥%d\n",RMB);
                                   break;

                            case 2:printf("请输入取款额度:\n");
                                   scanf("%d",&cash2);

                                   WB=WB-cash2;
                                   printf("您的账户余额:$%d\n",WB);
                                   break;
                           }
                           break;
                 case 3:
                        break;          

               }
               printf("是否退出程序<y表示是,n表示否>:");

               scanf("%s",&instruct);
          }

    }
}
时间: 2024-11-08 19:37:45

820 C语言 作业的相关文章

C语言代写,C语言作业代写,代写C语言,C语言编程代写

C语言代写,C语言作业代写,代写C语言,C语言编程代写 我是一线IT企业程序员,目前接各种代码代写业务: 代写C语言.代做C语言.C语言作业代写.C语言代写 代写C++.代做C++.C++作业代写.C++作业代写 代写Python.代做Python.Python作业代写.Python作业代做 代写Java.代做Java.Java作业代写.Java作业代做 代写编程作业.代做编程.编程代写.编程代做 先写代码再给钱,不要任何定金!价钱公道,具体见图,诚信第一!(涉及图形化界面.或领域类知识如金融数

代写C语言,C语言代写,C语言作业代写,C语言编程代写

代写C语言,C语言代写,C语言作业代写,C语言编程代写 我是一线IT企业程序员,目前接各种代码代写业务: 代写C语言.代做C语言.C语言作业代写.C语言代写 代写C++.代做C++.C++作业代写.C++作业代写 代写Python.代做Python.Python作业代写.Python作业代做 代写Java.代做Java.Java作业代写.Java作业代做 代写编程作业.代做编程.编程代写.编程代做 先写代码再给钱,不要任何定金!价钱公道,具体见图,诚信第一!(涉及图形化界面.或领域类知识如金融数

C语言作业5

比较大小 #include<stdio.h> int main () { int a,b,c,t; printf("输入3个数:"); scanf("%d %d %d",&a,&b,&c); if(a<b) { t=a;a=b;b=t; } if(a<c) { t=a;a=c;c=t; } if(b<c) { t=b;b=c;c=t; } printf("则它们的顺序是%d %d %d",a,

C语言作业4

最大公约数最小公倍数 #include<stdio.h> int main() { int m,n,temp,y; printf("请输入两个正整数:"); scanf("%d,%d",&m,&n); if(n>m) { temp=m; m=n; n=temp; } y=n; while(true) { if(m%n==0) { printf("%d和%d的最大公约数是%d",m,n,y); break; } y

C语言作业9

1.编写函数判断用户输入的字符是否是对称的字符串(即顺读和倒读都一样的字符串).例如"XYZYX"和"xyzzyx"都是对称的. #include <stdio.h> #include <stdlib.h> int main() { int f,i=0,a[100],n,j; char x; do { i++; x=getchar(); a[i]=(int)(x); } while(a[i]!=10); n=i; if(n==3||n==4)

C语言作业11

1.定义函数void sum(int *p)实现对给定数组a中所有元素求和并打印输出求和结果. #include<stdio.h> void sum(int *p) { int a[10]; int i,sum=0; printf("请输入10个整数:"); for(i=0;i<10;i++) { scanf("%d",&a[i]); } p=&a[0]; for(p=a;p<(a+10);p++) { sum=sum+*p;

c语言作业啊 郭玉鑫 1960809316

大家好! 我是郭玉鑫.我觉得自己是一个很快乐的女孩.在熟人面前大家都叫我逗比,但我觉得吧,我就有的时候犯一下二而已,没有很逗比.其实我比较怕和陌生人打交道,有的时候是真的不敢,每次到这时候我都觉得自己挺怂的,平常咋咋呼呼的,一到关键时刻没动静了.可就是怎么也克服不了.所以同班同学们,要是看到我不怎么说话一幅很高冷的样子,可以适当的来找我说说话,让我适应适应,等熟悉了,你就知道我还是很好说话的.还有就是我说话很直,因为可能是我懒,不爱动脑子想到什么说什么,所以有的时候会伤到别人,不过没有恶意,如果

【学生成绩管理系统】 大二c语言作业

几年前写的了,只能在命令行窗口运行,虽然比较挫,还是有一定参考价值... #include <cstdio> #include <conio.h> #include <iostream> #include <process.h> #include <stdlib.h> #include <algorithm> #include <cstring> #include <cmath> #define N 5 con

C语言作业7

1. 编写程序计算自己名字中包含字母表中每个字母的个数 #include<stdio.h> #include<string> #include<cstring> int main() { char a[999]; int b[999]; char c='A'; for(int i=0;i<30;i++) { b[i]=0; } scanf("%s",a); for(int i=0;i<strlen(a);i++) { if(a[i]=='