Trying to assign a unique record numberline 27(incorrect): if (mobile[row].recordnumber == number) correct: if (mobile[row] == number) ...
Arrays need assistanceUse a 2d array as u do matrix in maths. Its a 3*7 array ie. u will need a nested loop with counters...
can someone hlep me with my problem ?line 14 : sales = (sales_amount * quantity); line 15: total_sales = (sales + vat); How cm u hav...
How do i combine 2 .cpp filesYou could just include a cpp file like # include "file1.cpp" // this will include the s...
c++ save me i need assistance#include<iostream.h> #include<conio.h> #include<math.h> // sqrt() struct coordinates // struc...
This user does not accept Private Messages