<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Java while-do and do-while loop syntax | Java programming | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Fri, 07 Aug 2009 22:07:27 -0000</lastBuildDate><item><title>Re: Java while-do and do-while loop syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-14462344</link><description>hi hoe you can help me in having a code of asp</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rheylyn</dc:creator><pubDate>Fri, 07 Aug 2009 22:07:27 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-10616382</link><description>do while....        where it will be used.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">hari krishna</dc:creator><pubDate>Mon, 08 Jun 2009 12:02:20 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-9569097</link><description>how can i create a program like this...&lt;br&gt;pls help me&lt;br&gt;Design and implement a program using while and for loop that will prompt the user to enter a number.  The program will give all numbers that divide that number. &lt;br&gt;Example:&lt;br&gt;Please enter a number: 36&lt;br&gt;Numbers dividing 36 are: 1 2 3 4 6 9 12 18 36</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vhel</dc:creator><pubDate>Wed, 20 May 2009 03:17:20 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-8120700</link><description>please send me best language programs at my e-mail.     &lt;a href="mailto:waseemwaheed_31@yahoo.com" rel="nofollow"&gt;waseemwaheed_31@yahoo.com&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">waseemwaheed</dc:creator><pubDate>Mon, 13 Apr 2009 14:25:52 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-8120640</link><description>it is best site</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">waseemwaheed</dc:creator><pubDate>Mon, 13 Apr 2009 14:23:39 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-4305656</link><description>can you help me?i need any program on java using do while loop statement..i badly need it..email it here &lt;a href="mailto:babytsk27_iilamagawaii_mac518@yahoo.com..thanks" rel="nofollow"&gt;babytsk27_iilamagawaii_mac518@yahoo.com..thanks&lt;/a&gt;.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">catherine</dc:creator><pubDate>Wed, 10 Dec 2008 02:36:05 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-3765603</link><description>I need a java program that will repeatedly read temperatures in Fahrenheit and convert them to Celsius until a temperature &amp;gt; 212 F is entered.  I really need this, please, and thank you. mbnumba14@yahoo.com(email address)&lt;br&gt;&lt;br&gt;Here is my java program:&lt;br&gt;import java.util.*;&lt;br&gt;// Converter.java&lt;br&gt;public class Converter&lt;br&gt;{&lt;br&gt;	public static void main(String[] args)&lt;br&gt;	{&lt;br&gt;		Scanner sc = new Scanner(System.in);&lt;br&gt;		System.out.print("Enter temp: ");&lt;br&gt;		int temp = sc.nextInt();&lt;br&gt;		System.out.println(convertToC(temp));&lt;br&gt;	}&lt;br&gt;	 	public static int convertToC(int temp)&lt;br&gt;	{&lt;br&gt;		return ((temp - 32 ) * 5/9);&lt;br&gt;	}&lt;br&gt;}				&lt;br&gt;.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mike</dc:creator><pubDate>Thu, 13 Nov 2008 22:34:13 -0000</pubDate></item></channel></rss>