#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;
}
#include
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “ru”);
int a=0, b=0, result=0, out=0;
cout << "Привет друг,let's test your knowledge of the multiplication table.nWrite the first number:" <> a;
if (a <= 9 )
{
cout << "Введите второе число: " <> b;
if (b <= 9)
{
cout << "Введите произведение чисел: " <> result;
out = a * b;
if (result == a * b)
{
cout << "Вы ввели правильный ответ! " << result;
}
else
{
cout << "Вы ввели не правильный ответ!\nCorrect answer: " << out << endl;
}
}
else
{
cout << "Число должно быть не больше 9" << endl;
}
}
else
{
cout << "Число должно быть не больше 9" << endl;
}
return 0;
}
#include
#include
#include
#include
using namespace std;
int main(){
int num,num2, number3;
cout << "Введите два числа" <> on one >> num2;
cout << "Введите правильный ответ: " <> number3;
if (num*num2 == num3){
cout << "Ответ верный" << endl;
}else {
cout << "Неправильный ответ" << endl;
cout << "Правильный ответ: " << num*num2 << endl;
}
return(0);
}
int x,Y, from;
cout << "введите первое число: " <> x;
cout << "введите второе число: " <> Y;
cout << "и чему же это равно?" <> from;
if (x * Y != z)
{
cout << "неверно\nверный ответ: " << (x * Y) <<endl;
}
else
{
cout << "верно" << endl;
}
#include
using namespace std;
int main()
{
setlocale (LC_ALL, “rus”);
int a, b, product;
cout << "\t\tПРОВЕРКА ЗНАНИЙ ТАБЛИЦЫ УМОЖЕНИЯ" <<endl;
cout <> a >> b;
if ((a=0)&&(b=0))
{
cout << "Введите резултат умножения: " << a << "*" << b <> product;
if( product != (a * b) )
cout << "ОШИБКА!\t Correct answer: " << a * b << endl;
else cout << "Поздровляем! Your answer is correct. " << endl;
}
else cout << "ЧИСЛА ДОЛЖНЫ БЫТЬ ОТ 0 UNTIL 10" << endl;
}
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “rus”);
int a = 0;
int b = 0;
int c = 0;
cout <> a;
if (a 0)
{
cout <> b;
if (b 0)
{
cout << "Запишите ответ умножения: " << a << "*" << b <> c;
if (a * b == c) cout << "Поздравляю, this is the correct answer. ";
else if (a * b != c) cout << "Это не правильный ответ. Correct answer: " << a * b;
}
else
{
cout << "Вы ввели число не из диапозона от 1 to 9. Повторите попытку.";
}
}
else
{
cout << "Вы ввели число не из диапозона от 1 to 9. Повторите попытку.";
}
return 0;
}
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “rus”);
int a = 0;
int b = 0;
int c = 0;
cout <> a;
if (a 0)
{
cout <> b;
if (b 0)
{
cout << "Запишите ответ умножения: " << a << "*" << b <> c;
if (a * b == c) cout << "Поздравляю, this is the correct answer. ";
else if (a * b != c) cout << "Это не правильный ответ. Correct answer: " << a * b;
}
else
{
cout << "Вы ввели число не из диапазона от 1 to 9. Повторите попытку.";
}
}
else
{
cout << "Вы ввели число не из диапазона от 1 to 9. Повторите попытку.";
}
return 0;
}
#include
using namespace std;
void main()
{
setlocale (LC_ALL, “ru”);
int onenumber;
int twonumber;
int number;
cout << "Введите два однозначных числа" <> onenumber;
cin >> twonumber;
cout << "Веедите результат умножения числа " << onenumber << " on " << twonumber << "?" <> number;
if (onenumber * twonumber == number)
{
cout << "Правильно!" << endl;
}
else
{
cout << "НЕПРАВИЛЬНО!" << " Correct answer: " << onenumber * twonumber << endl;
}
}
int main()
{
setlocale(0, “”);
int a=0;
int b = 0;
int res = 0;
start:
cout <> a;
cout <> b;
if (a > 9 || b > 9)
{
cout << "\tчисла должны быть однозначными!!!" << endl;
system("pause");
system("cls");
goto start;
}
else
{
cout <> res;
if (res != a * b)
{
cout << "\tваш результат неверен!!!" << endl;
cout << "\tправильный ответ: " << a * b << endl;
}
else if (res == a * b)
{
cout << "\tвсе верно, well done!!!" << endl;
}
}
return 0;
}
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “ru”);
const int i = 0;
int cont;
do
{
int a, b, ans, TrueAns;
cout << "Введите 2 числа по очереди: " <> a >> b;
cout << "Сколько будет: " << a << " * " << b << "?" <> ans;
TrueAns = a * b;
if (TrueAns == ans)
{
cout << "Ответ верный!" << endl;
}
else
{
cout << "Неверно! Correct answer: " << TrueAns << endl;
}
cout << "Желаете продолжить? Введите любое число больше 0 to continue: " <> account;
} while (account > 0);
return 0;
}