User profile: j2013

User info
User name:j2013
History
Joined:
Number of posts:20
Latest posts:

need help
can explain how the code work?

need help
int num, i; i = 0; while (i < 3) { num = i+3; for (int a = 1; a < num; a++) cout << a * ...

creating pattern
Sorry, it doesn't print diagonal

why the answer is zero
how to put virtual?

why the answer is zero
Hi, anyone know how come the answer is zero #include <iostream> using namespace std; class Shap...