#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;
}
Рішення завдання №3
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “”);
INT х;
INT у;
int res;
cout << "Введите первое число: " <> x;
cout << "Введите второе число: " <> і;
cout << "Введите произведение двух чисел: " <> res;
if (Рез == х * і){
cout << "Ответ правильный" << endl;
}
else
{
cout << "Ответ неправильный" << endl << "Правильный ответ: " << х * у << endl;
}
system("pause");
return 0;
}
#include
#include
using namespace std;
int main(INT ARGC, символ ** ARGV) {
setlocale(LC_ALL, «Рус»);
int a;
int b;
INT C;
INT c1;
cin >> a >> b;
з = (a * b);
cout << "Введите ответ выражения" c1;
if(з == c1){
cout << c << " правильно!!!" << endl;
} else {
cout << "не правильно вот правильный ответ "<< c << endl;
}
system("pause");
return 0;
}
Пашок, воно не працює.
Вот этот работает на "аря".
#include
using namespace std;
int main()
{
int a = 0;
INT B = 0;
INT з = 0;
INT c1 = 0;
cout<<"Проверяем знание пользователем ТАБЛИЦЫ УМНОЖЕНИЯ. Поехали!"<<endl;
cout<> a;
cout <> b;
cout<>c;
c1 = (a * b);
if(з == c1)
{
cout << c << " правильно!!!" << endl;
}
else if (c!= c1)
{
cout << "не правильно, вот правильный ответ "<< c1 << endl;
}
return 0;
}
приймайте 3.
#include “pch.h”
#include
using namespace std;
int main() {
setlocale(0, “”);
INT х, і, result, answer;
cout << "\t\t Проверим твоё знание таблицы умножения" << endl << endl;
cout <> x;
if (x >= 10 || x < 1)
cout << "В условии сказано ввести число от 1 до 9 ";
else
{
cout <> і;
if (і >= 10 || і < 1)
cout << "В условии сказано ввести число от 1 до 9 ";
else
{
cout <> answer;
Результат = х * і;
if (Результат == відповідь)
cout << "Да! вірно! Таблицю множення ти знаєш добре! ";
else
{
cout << "К сожалению ответ не верный" << endl << "Правильный ответ – " << result;
}
}
}
return 0;
}
рішення задачі №3
#include
using namespace std;
int main()
{
setlocale(0, “”);
int a = 0;
INT B = 0;
INT з = 0;
d = INT 0;
cout << "Введите первое число:" <> a;
cout << "Введите второе число:" <> b;
cout << "Введите ответ:" <> d;
C = A * B;
if (з == d) cout <<"ответ \t"<< c <<"\t верный:"<< endl;
else if (c != д) cout << "ответ неверный. Правильну відповідь: " << c << endl;
system("pause");
return 0;
}
int main()
{
int a,b,ітп, umn_ver;
cout << "vvedite pervoe chislo:" <> a;
cout << "vvedite vtoroe chislo:" <> b;
umn_ver = а * b;
cout << "vvedite rezultat umozheniya etih chisel:" <> ітп;
if (SOE == umn_ver)
cout << "Pravilno!";
else cout << "Neverno! \n" << "Pravilniy otvet =" << umn_ver << endl;
return 0;
}
#include
#include
using namespace std;
void main() {
подвійні х, і, res;
cout <> “; cin >> x;
cout <> “; cin >> і;
do {
cout <>”; cin >> res;
if (Рез == х * і)
cout << "true";
else {
cout << "falce";
}
} while (res != х * і);
system("pause");
}
3-я задача
#include
int main() {
setlocale(LC_ALL, “rus”);
ІНТ р;
std::cout <> a >> b;
std::cout <> p;
if (a * б == р) {
std::cout << "Ответ правильный";
}
else if (a * b != p){
std::cout << "Ответ неверный!";
}
return 0;
}
Ось завдання номер 3.
#include “pch.h” // необхідно для коректної налагодження в Visual Studio
#include
using namespace std;
int main() {
setlocale(LC_ALL, “rus”);
int a, b, res;
cout << "Первое число: " <> a;
cout << "Второе число: " <> b;
cout << "Сколько будет: " << a << " * " << b << " = " <> res;
if (a * б == разреш) {
cout << "Да, ты прав."<<endl;
}
else {
cout << "Нет, ти не правий. Ось тобі правильну відповідь: " << a * b;
}
system("pause");
return 0;
}