User profile: hallux2003

User info
User name:hallux2003
Name:Brian Duby
Location:Placerville,Ca.
Bio:Full time student
History
Joined:
Number of posts:27
Latest posts:

d) Use a for loop and the fill() manipulator
I got that backwards I did add an = sign to make it work, thanks again.

d) Use a for loop and the fill() manipulator
for(i=1; i <= 100; i++) by removing the = sign it goes to 100. Thank you for your help!! I have be...

d) Use a for loop and the fill() manipulator
Thank you I think I got it. I was wondering what the [code]cin>>x;[/code] is for I tried it without ...

d) Use a for loop and the fill() manipulator
[code]#include<iostream> #include<iomanip> using namespace std; int main() { long int i=0...

d) Use a for loop and the fill() manipulator
Use a for loop and the fill() manipulator to print the following: 1*2**3***4****5*****6******7*****...