<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in Java while-do and do-while loop syntax</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/java_while_do_and_do_while_loop_syntax_java_programming_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 19 Jul 2011 10:02:46 -0000</lastBuildDate><item><title>Re: Java while-do and do-while loop syntax</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-257234264</link><description>&lt;p&gt;    public static void main(String[] args, boolean flag) {&lt;br&gt;        int x = 1;&lt;br&gt;        int y = 3;&lt;br&gt;       do&lt;br&gt;       {&lt;br&gt;           x++;&lt;br&gt;           y++;&lt;br&gt;       }&lt;br&gt;               &lt;br&gt;                   while (x&amp;lt;=1001 &amp;amp;&amp;amp; y&amp;lt;=x-1);&lt;br&gt;                   if (x % y== 0);&lt;br&gt;                   {&lt;br&gt;                   flag = true;&lt;br&gt;                   }&lt;br&gt;               }&lt;br&gt;               if(flag==false)&lt;br&gt;               {&lt;br&gt;               System.out.println(x);&lt;br&gt;               }&lt;br&gt;               &lt;br&gt;           &lt;br&gt;       }&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">claire fatima inodeo</dc:creator><pubDate>Tue, 19 Jul 2011 10:02:46 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-155241008</link><description>&lt;p&gt;how can i make a program that determine prime#'s&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nickbhel</dc:creator><pubDate>Thu, 24 Feb 2011 02:49:11 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-137608532</link><description>&lt;p&gt;can you help me? make a program with this problems:&lt;/p&gt;&lt;p&gt;1. compute the evaluation rating of a teacher given 5 students. display average..&lt;/p&gt;&lt;p&gt;and&lt;/p&gt;&lt;p&gt;2. display the highest number from 10 input integers.&lt;/p&gt;&lt;p&gt;thanks.. please send it to my e-mail, nardaxmcs@gmail.com..&lt;/p&gt;&lt;p&gt;thanks...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nardaxmcs</dc:creator><pubDate>Mon, 31 Jan 2011 08:47:16 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-81508201</link><description>&lt;p&gt;here is my e-mail add jewelmartinez08@yahoo.com thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jewelmartinez08</dc:creator><pubDate>Tue, 28 Sep 2010 02:50:32 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-81507964</link><description>&lt;p&gt;can you please give me a sample unique java program please........&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jewelmartinez08</dc:creator><pubDate>Tue, 28 Sep 2010 02:47:40 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-76478824</link><description>&lt;p&gt;It will be used when you know that the loop will be executed at least once.   Hop that helps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Truelyunique360</dc:creator><pubDate>Thu, 09 Sep 2010 20:02:24 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-63140823</link><description>&lt;p&gt;i want the using class print the student Details&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RAJKANNAN</dc:creator><pubDate>Mon, 19 Jul 2010 05:19:08 -0000</pubDate></item><item><title>Re: Java while-do and do-while loop syntax</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-14462344</link><description>&lt;p&gt;hi hoe you can help me in having a code of asp&lt;/p&gt;</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</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-10616382</link><description>&lt;p&gt;do while....        where it will be used.&lt;br&gt;&lt;/p&gt;</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</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-9569097</link><description>&lt;p&gt;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&lt;br&gt;&lt;/p&gt;</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</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-8120700</link><description>&lt;p&gt;please send me best language programs at my e-mail.     waseemwaheed_31@yahoo.com&lt;/p&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</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-8120640</link><description>&lt;p&gt;it is best site&lt;/p&gt;</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</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-4305656</link><description>&lt;p&gt;can you help me?i need any program on java using do while loop statement..i badly need it..email it here babytsk27_iilamagawaii_mac518@yahoo.com..thanks.&lt;/p&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</title><link>http://www.tech-recipes.com/rx/673/java-while-do-and-do-while-loop-syntax/#comment-3765603</link><description>&lt;p&gt;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;/p&gt;&lt;p&gt;Here is my java program:&lt;br&gt;import java.util.*;&lt;br&gt;// &lt;a href="http://Converter.java" rel="nofollow noopener" target="_blank" title="Converter.java"&gt;Converter.java&lt;/a&gt;&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(&lt;a href="http://System.in" rel="nofollow noopener" target="_blank" title="System.in"&gt;System.in&lt;/a&gt;);&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;.&lt;/p&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>