I have a problem with a java problem. The problem is, You have a input file called climb.dat, inside the data file is: 3 2 5 8 The output is to have a left angled triangle with the data. One thing I do know is that the first number,(3), is how many left angled triangles and every triangle is supposed to be made up of a character which is c. How its supposed to look like is like this: c cc c cc ccc cccc ccccc c cc ccc cccc ccccc cccccc ccccccc cccccccc I don't how to solve this problem. I need help!!