edit-task
Home
Up
Delete
Task Name:
Task Description:
] Easier Than Fizz Buzz – Why Can't Programmers Print 100 to 1? (thousandtyone.com) // are you a programmer?
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">are you a programmer?</h1> <h2>[previously]</h2> <ol> <li>[2015-04-09] <a href="http://www.thousandtyone.com/blog/EasierThanFizzBuzzWhyCantProgrammersPrint100To1.aspx">Easier Than Fizz Buzz – Why Can't Programmers Print 100 to 1?</a><span class="sitebit comhead"> (thousandtyone.com)</span></li> <ol> <li><span class="sitebit comhead">] article questions why programmers cant program the most simple solution, graphs amount of time spent complaining vs coding</span></li> </ol> <li><strong><span class="sitebit comhead">[2015-04-09] my solution</span></strong></li> <ol> <li><span class="sitebit comhead">] var count = 100<br />while (count != 0){<br /> print count;<br /> count --;<br />}</span></li> </ol> <li><strong><span class="sitebit comhead">[2015-04-09] BUT .... conditions </span></strong></li> <ol> <li><span class="sitebit comhead">] then i read the question again, the solutions NEEDs to start with "(for i=0;", cant have >1 loops <br /></span></li> </ol> <li><strong><span class="sitebit comhead">[2015-04-09] NEW document IN my documents</span></strong></li> <ol> <li><span class="sitebit comhead">x] # # - fizzbuzz.c IN </span></li> </ol> <li><strong><span class="sitebit comhead">[2015-04-09] </span></strong></li> <ol> <li><span class="sitebit comhead">x] # # - csc.exe IN win 8.1, new location = C:\Program Files (x86)\MSBuild\12.0\Bin\</span></li> <li><span class="sitebit comhead">x] add path statement</span></li> <li><span class="sitebit comhead">] bu</span></li> </ol></ol> <h2>[currently]</h2> <ol> <li>] </li> </ol> <h2>[next]</h2> <ol> <li>]</li> </ol> <p> </p> <p>for(int i = 0, max = 100, max --){<br /> print max;<br /> if (max = i) {return}; <br />}</p>