User profile: renzboi21

User info
User name:renzboi21
History
Joined:
Number of posts:5
Latest posts:

Nested While HELP!
Tnx Guys, got my code to work.. sorry for the Cross Post, newbie here.

Help with printing a square..
I need to print this square: 1**** 12*** 123** 1234* 12345 But my output turned to: ***** 1**** 1...

Help with nested While!
Tnx Guys, got my code to work.. *I was told to do this exercise using while loops only.

Nested While HELP!
The code only executes the nested while once.. why?? int main() { int base, expo, power; while...

Help with nested While!
The code only executes the nested while once.. why?? int main() { int base, expo, power; whi...