User: Shweta

  • Public profile

User profile: Shweta

User info
User name:Shweta
History
Joined:
Number of posts:7
Latest posts:

Trying to assign a unique record number
line 27(incorrect): if (mobile[row].recordnumber == number) correct: if (mobile[row] == number) ...

Arrays need assistance
Use 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 files
You 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