d) Use a for loop and the fill() manipulatorI got that backwards I did add an = sign to make it work, thanks again.
d) Use a for loop and the fill() manipulatorfor(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() manipulatorThank 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() manipulatorUse a for loop and the fill() manipulator to print the following: 1*2**3***4****5*****6******7*****...