Загрузка...

Tabulate the functions. The segment and step are entered from the keyboard:

Thread in C/C++ created by bomjorii Dec 5, 2022. 150 views

  1. bomjorii
    bomjorii Topic starter Dec 5, 2022 https://zelenka.guru/threads/5035223/ фри 100р 31 Aug 25, 2021
    [IMG]
    помогите пожалуйста
     
  2. LVV
    bomjorii,
    void func(x1, x2){
    for(int i=x1; i<=x2; i+=h){
    cout<<function;
    }
    }

    x1 x2 - границы, h - шаг
     
Top
Loading...