Ok this problem is driving me crazy! I have to get a pyramid that has 8 rows and as the number goes down in each column it multiplies by two. I have a simple program that i made that has the pyramid in 8 rows that has the same numbers in each column. My problem is that i cannot figure out how to change the format of the columns to what i need
The code that i have is:
As you can see the column numbers are all the same. I need them to multiply by two as it goes down. For example, the column with all ones would read from top to bottom 1, 2, 4, 8,16, 32,64,128.
Any help will be much appreciated!
Vaishali Paramane
Ranch Hand
Joined: Mar 05, 2007
Posts: 106
posted
0
...
SCJP, SCJD
Preparing for SCWCD
Nick Hallloran
Greenhorn
Joined: Feb 09, 2010
Posts: 19
posted
0
YES it is! Thank You Very Much! After looking at it, i realized how easy it actually was and that i was over thinking it!
Vaishali,
I am sorry, but I have edited out your solution.
Here at the Ranch, especially in the beginners forum, we encourage people to arrive at the solution themselves. That is the best way to learn. Though you meant well, it hardly helped learning.
In future, please post hints or identify where the code is going wrong. But avoid giving ready made solutions.