0
С++
как решить задачу на 7 заданные
13 Answers
+ 1
поподробнее?
+ 1
и какой номер урока c++
0
#include <iostream>
using namespace std;
int main() {
// your account's balance
auto balance = 2452.4;
// price for each notebook
auto price = 259.99;
// Task: calculate the number of notebooks you can afford and output it.
// Hint: use an integer to store the result.
int total=balance/price;
int cout<<total<<endl;
// Task: calculate the amount left over on your account after the purchase and output it on a new line.
// Hint: calculate the total price of the purchase, then substract it from the balance
cout<<balance-(total*price);
0
Так?
0
Ні нажаль
0
А что не так
0
Может ты перепутал c или c# c с++?
0
7,це є с++ я нічого не переплутав
0
так?
0
(подробный код прошлый, я его изменил)
0
Як назло ні
Вибач що твій час затримав