User: Meirambek Zhaparov

  • Public profile
  • Users
  • Meirambek Zhaparov

User profile: Meirambek Zhaparov

User info
User name:Meirambek Zhaparov
History
Joined:
Number of posts:4
Latest posts:

i need complete program for following problem
You must write recursion function. like go (int x, int y) { if (x>n && y>n) exit; else { your cod...

passing information from one program to another
use int argc, char *argv in second program.

Determine Lowest Number
do like this int min=1000000; for (int i=0; i<5; i++) { int z; cin >>z; if (z<min) min = z; } cou...

Bubble Sort help please
I do not understand what you save in RecordArray. My advice use struct. like struct Record { int id...

This user does not accept Private Messages