And if i insert X in those blank spaces i will ended up with none or one blank space each line...
consider the test case
XXXXXXXXXXXBXXXXXXXXXXXXX
XXXXXXXXXXBBBXXXXXXXXXXXX
if you want to insert an X then you have to do so in all the lines. In the above there is 1 gap in the first line and 3 ...
Search found 4 matches
- Tue Jan 04, 2011 1:15 am
- Forum: Volume 4 (400-499)
- Topic: 414 - Machined Surfaces
- Replies: 49
- Views: 14966
- Sat Dec 25, 2010 8:07 pm
- Forum: Volume 4 (400-499)
- Topic: 414 - Machined Surfaces
- Replies: 49
- Views: 14966
Re: WA 414 pls help
And if i insert X in those blank spaces i will ended up with none or one blank space each line...
consider the test case
XXXXXXXXXXXBXXXXXXXXXXXXX
XXXXXXXXXXBBBXXXXXXXXXXXX
if you want to insert an X then you have to do so in all the lines. In the above there is 1 gap in the first line and 3 ...
consider the test case
XXXXXXXXXXXBXXXXXXXXXXXXX
XXXXXXXXXXBBBXXXXXXXXXXXX
if you want to insert an X then you have to do so in all the lines. In the above there is 1 gap in the first line and 3 ...
- Wed Dec 22, 2010 2:39 pm
- Forum: Volume 4 (400-499)
- Topic: 414 - Machined Surfaces
- Replies: 49
- Views: 14966
Re: WA 414 pls help
you should keep on bringing the two surfaces closer as long as there is atleast 1 gap in each line.....when this can no longer be done count the remaining gaps in all the lines. Hope this helps. :)
Actually i still dont understand.. lol.. Sorry, it may seems like a dumb question.. but im not ...
Actually i still dont understand.. lol.. Sorry, it may seems like a dumb question.. but im not ...
- Tue Dec 21, 2010 6:39 am
- Forum: Volume 4 (400-499)
- Topic: 414 - Machined Surfaces
- Replies: 49
- Views: 14966
Re: WA 414 pls help
Guys, im new into programming and Valladolid. I need some help understanding this 414 problem. The code is not the problem (yet..) but i just could not understand the problem. Basically is to count the number of spaces after both right and left surfaces are brought into contact, am i right?
But why ...
But why ...