Can anyone help me convert this code into a nested while loop? i'm having trouble and I need to get this done by tomorrow :I#include <iostream> void main () { int b=5; for(int i=1;i<=b;i++) { for(int l=1;l<=i;l++)...
Creating a half triangle using nested loops?Can anyone help me/give me hints/tips? the output should be something like: ...
This user does not accept Private Messages