Вопрос задан 08.08.2018 в 17:39. Предмет Физика. Спрашивает Плинин Саша.

Составить алгоритм опрелеоения цены деоенмя

0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Семиглазов Илья.
Надо взять величины двух соседних, подписанных цифрами крупных делений, вычесть из большего значения меньшее. А результат разделить на количество располагающихся между ними мелких делений. 
0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

Algorithm for Determining the Price of a Product

To determine the price of a product, you can follow the algorithm outlined below:

1. Input the Number of Items (n): - If the number of items is less than or equal to 100, set the price as 3. - If the number of items is greater than 100, set the price as 1000.

2. Additional Considerations: - If there are specific conditions or factors that affect the pricing, take those into account.

3. Example Algorithm Implementation (in Python): ```python def calculate_price(n): if n <= 100: price = 3 else: price = 1000 return price ```

4. Further Considerations: - Depending on the specific requirements and context, additional factors such as discounts, taxes, or dynamic pricing strategies may need to be incorporated into the algorithm.

This algorithm provides a basic framework for determining the price of a product based on the number of items. Additional details and specific conditions can be incorporated as per the business requirements.

: https://ru.wikipedia.org/wiki/_ : https://ru.wikipedia.org/wiki/_

0 0

Топ вопросов за вчера в категории Физика

Последние заданные вопросы в категории Физика

Задать вопрос