#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "rus");
int enterNumber = 0;
cout << "Введите целое число (от 1 до 9999): ";
cin >> enterNumber;
// проверяем входит ли введенное число в заданный диапазон
if (enterNumber <= 0 ||enterNumber > 9999)
cout << "Число не входит в диапазон от 1 до 9999!\n";
else // если да - приступаем к выводу на экран
{
cout << "\nВы ввели: ";
// чтобы добраться до первой цифры в введенном числе
// (если оно четырехзначное), надо это число поделить
// на 1000 и взять от него остаток от деления на 10
// например 8 888 / 1000 = 8 (888 тысячные отбрасываются
// т.к. введенное число типа int), далее 8 % 10 = 8
// так же не ошибитесь с оператором == (равно)
if ((enterNumber / 1000) % 10 == 1) cout << "Одна тысяча ";
else if ((enterNumber / 1000) % 10 == 2) cout << "Две тысячи ";
else if ((enterNumber / 1000) % 10 == 3) cout << "Три тысячи ";
else if ((enterNumber / 1000) % 10 == 4) cout << "Четыре тысячи ";
else if ((enterNumber / 1000) % 10 == 5) cout << "Пять тысяч ";
else if ((enterNumber / 1000) % 10 == 6) cout << "Шесть тысяч ";
else if ((enterNumber / 1000) % 10 == 7) cout << "Семь тысяч ";
else if ((enterNumber / 1000) % 10 == 8) cout << "Восемь тысяч ";
else if ((enterNumber / 1000) % 10 == 9) cout << "Девять тысяч ";
if ((enterNumber / 100) % 10 == 1) cout << "сто ";
else if ((enterNumber / 100) % 10 == 2) cout << "двести ";
else if ((enterNumber / 100) % 10 == 3) cout << "триста ";
else if ((enterNumber / 100) % 10 == 4) cout << "четыреста ";
else if ((enterNumber / 100) % 10 == 5) cout << "пятьсот ";
else if ((enterNumber / 100) % 10 == 6) cout << "шестьсот ";
else if ((enterNumber / 100) % 10 == 7) cout << "семьсот ";
else if ((enterNumber / 100) % 10 == 8) cout << "восемьсот ";
else if ((enterNumber / 100) % 10 == 9) cout << "девятьсот ";
if ((enterNumber / 10) % 10 == 1)
{
if (enterNumber % 10 == 0) cout << "десять долларов";
else if (enterNumber % 10 == 1) cout << "одинадцать долларов";
else if (enterNumber % 10 == 2) cout << "двенадцать долларов";
else if (enterNumber % 10 == 3) cout << "тринадцать долларов";
else if (enterNumber % 10 == 4) cout << "четырнадцать долларов";
else if (enterNumber % 10 == 5) cout << "пятнадцать долларов";
else if (enterNumber % 10 == 6) cout << "шестнадцать долларов";
else if (enterNumber % 10 == 7) cout << "семнадцать долларов";
else if (enterNumber % 10 == 8) cout << "восемнадцать долларов";
else if (enterNumber % 10 == 9) cout << "девятнадцать долларов";
}
if ((enterNumber / 10) % 10 == 2) cout << "двадцать ";
else if ((enterNumber / 10) % 10 == 3) cout << "тридцать ";
else if ((enterNumber / 10) % 10 == 4) cout << "сорок ";
else if ((enterNumber / 10) % 10 == 5) cout << "пятьдесят ";
else if ((enterNumber / 10) % 10 == 6) cout << "шестьдесят ";
else if ((enterNumber / 10) % 10 == 7) cout << "семьдесят ";
else if ((enterNumber / 10) % 10 == 8) cout << "восемьдесят ";
else if ((enterNumber / 10) % 10 == 9) cout << "девяносто ";
if ((enterNumber / 10) % 10 != 1)
{
if (enterNumber % 10 == 0) cout << "долларов";
else if (enterNumber % 10 == 1) cout << "один доллар";
else if (enterNumber % 10 == 2) cout << "два доллара ";
else if (enterNumber % 10 == 3) cout << "три доллара ";
else if (enterNumber % 10 == 4) cout << "четыре доллара ";
else if (enterNumber % 10 == 5) cout << "пять долларов ";
else if (enterNumber % 10 == 6) cout << "шесть долларов ";
else if (enterNumber % 10 == 7) cout << "семь долларов ";
else if (enterNumber % 10 == 8) cout << "восемь долларов ";
else cout << "девять долларов ";
}
}
cout << endl << endl;
return 0;
}
Зробив тільки для закінчення =|
хочеться поділитися своїми починаннями = D
#include
#include
using namespace std;
BOOL б(INT х)
{
for(int i = 2; i <= 4; i )
{
if (х == я)
{
повертає істину;
}
}
повернення помилковим;
}
int main(INT ARGC, символ ** ARGV)
{
setlocale(0,"");
INT х;
do
{
cout <> x;
if ((x % 100) / 10 == 1)
{
cout << x << " Долларов\n";
}
else {
if ((x % 10) == 1)
{
cout << x << " Доллар\n";
}
else {
if (b(x % 10))
{
cout << x << " Доллара\n";
}
else
{
cout << x << " Долларов\n";
}
}
}
}
while(MessageBox(0,"Повторить?","",4) == IDYES);
return 0;
}
cout – це std::cout
висновок =|
просто використовують using namespace std і щоб краще розуміти що це треба прочитати про простір імен хоча я не читав ще :D
3-я задача)
#include
#include
using namespace std;
int main()
{
int a,b, f;
cout <> a >> b >> f;
cout << a << "*" << b << "=" << f;
if (а * Ь == е)
cout << " \npravilno";
else
cout << "\nnepravilno\n"<< "pravilniy otvet budet\n" << а * б ;
}
#include
using namespace std;
int main()
{
int a,b, f;
cin >> a >> b >> f;
cout << a << "*" << b << "=" << f;
if (а * Ь == е)
cout << " \npravilno";
else
cout << "\nnepravilno\n"<< "pravilniy otvet budet\n" << а * б ;
}
int main()
{
setlocale(LC_ALL, “rus”);
INT х, і, від;
cout <> x;
cout <> і;
г = х * і;
cin >> від;
if (г = х * і) cout << "вы ввели не верно";
else cout << "вы ввели верно";
}
#include
using namespace std;
int main() {
int a,b,res;
cin >> a >> b >> res;
if (а * Ь == нічого)
{
cout << "Congratulations, you're right"<<endl;
}
else {
cout << "you are think that " << a << "*" << b << "=" << res << "?"<< endl;
нічого а * Ь =;
cout << "not, you're wrong, оскільки " << a << "*"<<b<<"="<< res;
}
return 0;
}
поліпшив III завдання
#include
#include
#include
using namespace std;
int main()
{
INT CH = 1;
do
{
srand(time(NULL));
int a, b, c, d;
а = Rand() % 10;
б = Rand() % 10;
з = а * b;
cout << a << " x " << b << " = ? " <> d;
if (д == гр)
cout << "GJ" << endl;
else {
cout << " :( " << endl;
}
}
while (ч == 1);
system("pause");
}
перевірка знань таблиці множення
#include
using namespace std;
void main()
{
setlocale(LC_ALL, “RU”);
ІНТ а = 0, я = 0;
for (a = 0; a < 3; )
{
int b, c, d, е;
cout << "введите 2 числа" <> b >> c;
д = Ь * c;
cout << "введите результат умножение этих чмсел" <> е;
if (д е ==)
A ++;
else
{
i ;
}
}
cout << "Неправельных ответов = " << i << endl;
system("pause");
}
#include
using namespace std;
int main()
{
int a,b,c;
cout<<"Введите первое однозначное число"<>a;
cout<<"Введите второе однозначное число"<>b;
if(а = 10)
{
cout<<"Разрешенно вводить только однозначные числа"<<endl;
return 0;
}
if(b10)
{
cout<<"Разрешенно вводить только однозначные числа"<<endl;
return 0;
}
else
cout<<"Введите результат умножения?"<>c;
if(A * B == C)
{
cout<<"Правильно!!"<<endl;
}
else
cout<<"Учи таблицу\n"<<"Правильный ответ: "<<c<<endl;
return 0;
}