4.05.2012

Home work/ Part II (Final)




#include<conio.h>
#include<string.h>
#include<iostream.h>
#include<stdio.h>
#include<stdlib.h>
#include<windows.h>
void tien(char a[], int n)
{


switch(a[0])

case '1':
cout<<"Mot";
switch(n)
{
case 6: cout<<" tram ngan dong.";break;
case 5:
{
//gotoxy(1,2);Ap dung cho BC,TC
system("cls");
cout<<"Muoi ngan dong";
break;
}
case 4: cout<<" ngan dong.";break;
case 3: cout<<" tram dong.";break;
}
break;
case '2':
cout<<"Hai";
switch(n)
{
case 6: cout<<" tram ngan dong.";break;
case 5: cout<<" chuc ngan dong.";break;
case 4: cout<<" ngan dong.";break;
case 3: cout<<" tram dong.";break;
}
break;
case '5':
cout<<"Nam";
switch(n)
{
case 6: cout<<" tram ngan dong.";break;
case 5: cout<<" chuc ngan dong.";break;
case 4: cout<<" ngan dong.";break;
case 3: cout<<" tram dong.";break;
}
break;
};
}
int main()
{
system("cls");
int n,p=0;
char chuoi[100],*c;
cout<<"Nhap chuoi ";
        gets(chuoi);
n=strlen(chuoi);
tien(chuoi,n);
getch();
}

0 Nhận xét:

Đăng nhận xét

Đăng ký Đăng Nhận xét [Atom]

<< Trang chủ