how do i convert the min_max function to the method of the IntArray class?[code]int main() { int maxi,mini; IntArray ia; ia.citire(); ia.afisare(); IntArray::...
how do i convert the min_max function to the method of the IntArray class?error: expected primary-expression before 'int'|
how do i convert the min_max function to the method of the IntArray class?[code]#include <iostream> #include <cmath> using namespace std; class IntArray { private: int ...
min_max functionThis is code: [code]#include <iostream> using namespace std; void citire(int n,int a[]) { cout...
This user does not accept Private Messages