User profile: khoavo87

User info
User name:khoavo87
History
Joined:
Number of posts:10
Latest posts:

need check !
Write a program that keeps track the Lemonade sales for five weekdays: Monday, Tuesday, Wednesday, ...

Need help asap!
I need to write a program to calculate the student grade and letter grade. I was done with my code b...

Need help with looping structure
[code]#include <iostream> using namespace std; //First shape int lLength(int x){ int a = 1; ...

Need help with looping structure
I tried to combine two code for shape 1 and shape 2 but they appeared the error message

Need help with looping structure
I got the code #include<iostream> using namespace std; int main() { int i, j; for (i = 1; i <= ...