User: MadMaul13

  • Public profile

User profile: MadMaul13

User info
User name:MadMaul13
History
Joined:
Number of posts:4
Latest posts:

how to compute a value of intersection of two arrays?
Check this one: [code]int main(){ int data1[] = { 3, 6, 9, 12, 15, 18, 21, 24, 27, 30}; //...

Fahrenheit to Celsius and vice versa conversion help
It "works" correctly, just the code in line 15: [code]cout << "Enter a 1 for celsius to fahrenheit...

how to compute a value of intersection of two arrays?
Replace line 24 to: [code] resultMax += sizeof(result[i])/sizeof(int); [/code] Hopefully this is th...

how to change this to if...else statement c++
Replace: [code] switch (choice) . . . }//end switch [/code] To: [code] if (choice == 1) sellProduc...

This user does not accept Private Messages