#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
using namespace std;
int main()
{setlocale(LC_ALL, “rus”);
cout << " А зараз ми перевіримо твоє знання таблиці множення!:-)" << endl;
int a, b, c;
do {
cout <> a;
cout <> b;
if( б == 0){
cout << "Ошибочка вышла;-)" << endl;
break;
}
cout <> c;
if (з == A * B){
cout << "Это правильный ответ!"<< endl;
} else{
if (b!= 0){
cout << "Ответ неверен!:-P Правильна відповідь: " << а * б << endl;
}
} cout << "Для выхода из программы произведите умножение на ноль!" << endl;
} while (b);
cout << "На ноль умножать нельзя, тому вийдемо з програми!:-P" << endl;
return 0;
}
#include
#include
using namespace std;
int main(){
setlocale(LC_ALL, “rus”);
cout << "Проверим ваше знание таблицы умножения" << endl;
int a , b , c;
cout <> a;
cout << endl <> b;
ІНТ first_x = а;
ІНТ second_x = Ь;
cout << "Сколько будет " << first_x << " * " << second_x << "?" <> c;
if (з == * b){
cout << "Ответ " << c << " вірний!" << endl;
}
else if (cout << "Ответ не верен, правильну відповідь : " << a * b << endl);
system("Pause");
}
перше завдання
#include
#include
using namespace std;
int main(){
setlocale(LC_ALL, “rus”);
ІНТ a1 = 0;
ІНТ b1 = 0;
cout << "Введите переменую " <> A1;
b1 = a1 % 10;
if (b1 == 1)
cout << "Ваша сумма – " << A1 << " долар" << endl;
else if ((b1 == 2) || (b1 == 3) || (b1 == 4))
cout << "Ваша сумма – " << A1 << " доларів" << endl;
else((b1 == 5) || (b1 == 6) || (b1 == 7) || (b1 == 8) || (b1 == 9) || (b1 == 0));
cout << "Ваша сумма – " << A1 << " долар" << endl;
return 0;
}
Питання про пальці
#include
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “rus”);
ІНТ a1 = 0;
cout <> A1;
if ((a1 == 1) || (a1 == 10))
{
cout << "Это большой палец \n";
}
else if ((a1 == 2) || (a1 == 9))
{
cout << "Это указательный палец \n";
}
else if ((a1 == 3) || (a1 == 8))
{
cout << "Это средний палец \n";
}
else if ((a1 == 4) || (a1 == 7)) {
cout << "Это безыимяный палец \n";
}
else if ((a1 == 5) || (a1 == 6)) {
cout <= 11)||(A1<= 0))
{
cout << "Такого пальца нет \n";
}
return 0;
}
#include
using namespace std;
int main() {
setlocale(LC_ALL, “”);
INT num1;
INT піт2;
ІНТ відповідь;
cout <> num1;
cout <> num2;
cout << "Напишите ответ данного примера: " << num1 << " * " << num2 <> answer;
if ( відповісти == num1 * num2 ) {
cout << "Вы ответили правильно!";
} else if ( answer !* = Num1 num2 ) {
cout << "Вы ответили не правильно!";
cout << " Правильну відповідь: " << num1 << " * " << num2 << " = " << * Num1 num2;
}
return 0;
}
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “rus”);
int a, b, c;
cout << "!!Перевіримо таблицю множення!!" << endl;
cout <> a;
cout <> b;
cout <> c;
if (з == * b) {
cout << "Ваш ответ: " << c << " правильний!";}
else {
cout << "Ваш ответ: " << c << " неправильний" << endl;
cout << "Правильный ответ: " << a * b;
}
}
посилання на код оскільки не відображає коректно cpp.sh/3ya3u
#include
using namespace std;
int main()
{
int a, b, d, R;
cout <> a;
cout <> b;
г = а * b;
if (R>= 100)
cout << "Errors. Enter numbers 1-10.";
else {
cout <> d;
if (д == г)
cout << "True.";
else
cout << "False. Спробуйте ще раз. відповідь: " << R;
}
return 0;
}