#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;
}
for (;;)
{
system(“cls”);
INT х, і, answer, result;
cout <> x;
cout <> і;
cout <> answer;
Результат = х * і;
if (Результат == відповідь)
cout << "\n\nОтвет верный: " << answer;
else
cout << "\n\nОтвет неверный. Ваша відповідь: " << answer << " Правильну відповідь: " << result;
сон(10000);
}
#include “stdafx.h”
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “російський”);
int a, b, c, d;
cout << "Введите два числа" << endl;
cout <> a;
cout <> b;
cout << "Введите результат умножения c=a*b?" << endl;
з = а * b;
cout <> d;
if (з == d)
{
cout << "Вы ответили правильно" << endl;
}
else
{
cout << "Вы ответили неверно, правильну відповідь: " << c << endl;
}
system("pause");
return 0;
}
#включити «stdafx.h»
#include “pch.h” // НА МОЄМУ Комп БЕЗ ЦЬОГО НЕ ПРАЦЮЄ
#include
#include // ЧИСЛА генерує САМІ
using namespace std;
int main()
{
srand(time(0));
INT х, і,result,answer;
for (int i = 0; i < 50; i ) {
х = 1 + Rand() % 10;
у = 1 + Rand() % 10;
Результат = х * і;
cout << x << "*" << і << "=?" <> answer;
if (відповісти == результат)
cout << "Yes" << endl << endl;
else cout << "No, результат " << result << endl << endl;
}
}
там дужки не працюють, тому там зверху #include iostream і нижче #include ctime.
#include “pch.h”
#include
#include
#include
using namespace std;
int main() {
setlocale(LC_ALL, “rus”);
INT NUM_1 = 0;
INT NUM_2 = 0;
INT userProduct = 0;
cout << " Використовуйте тільки однієї цифри!!! " << endl;
cout << " введіть Num 1 : " <> NUM_1;
cout << " введіть Num 2 : " <> NUM_2;
if (NUM_1 9 || NUM_2 9) {
cout << " Це число не meeet вимог " << endl;
}
else {
cout << " 'Num 1' * 'Num 2' = " <> userProduct;
if (userProduct == NUM_1 * NUM_2) {
cout << " Ви праві!!! " << endl;
cout << NUM_1 << " * " << NUM_2 << " = " << userProduct << " ! ";
}
else {
cout << " неправильно !!! " << endl;
cout << NUM_1 << " * " << NUM_2 << " = " << NUM_1 * NUM_2 << " ! ";
}
}
}
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “rus”);
int a;
int b;
cout<<"Введите два целых однозначных числа"<<endl;
cout<>a;
cout<>b;
результат з плаваючою точкою;
BOOL р = істина;
while(p){
if(a>9 || b>9){
cout<<"Вы ввели некорректную сумму, повторите ввод"<<endl;
cout<>a;
cout<>b;
р = істина;
}
else{р = помилково;}
}
Поплавок відповідь = A * B;
cout<>result;
if(Результат == відповідь){
cout<<"Ответ верный";
}
else{
cout<<"Ответ неверный, правильну відповідь: "<<answer;
}
return 0;
}
Ви що там курите? або просто хворі все на голову, ну не реально вирішити 1 завдання якщо знайомі тільки арифметичні дії, lechitesy….. Ваш сайт викликає асоціації
Рішення 3 задачи.
s ++ код:
#include
using namespace std;
int main()
{
setlocale(LC_ALL, “RU”);
cout << "Введи первый множитель: " <> num;
cout << "Введи второй множитель: " <> num2;
cout << "Введи ответ умножения первого на второе: " <> result;
if (результат == (а * num2)) {
cout << "Правильно!" << endl;
}
else {
cout << "Ошибка! " << num << " * " << num2 << " = " << num * num2 << endl;
}
return 0;
}
// Выслушаю замечания по коду. Учусь на этом сайте вместе с остальными.
#include
using namespace std;
int main(INT ARGC, char const * argv[])
{
setlocale(LC_ALL, “російський”);
cout <> a;
cout <> b;
if (a >= 0 && a = 0 && b <= 9)
{
cout <> c;
int result = a * b;
if (result == c)
{
cout << "Правильно!" << endl;
}
else
{
cout << "Неправильно!" << " 1-е число умножить на 2-е = " << result;
}
}
else
{
cout << "Требуется ввод только однозначных чисел!";
}
return 0;
}
Хм, сайт порезал комментарий…