Comment on Tutorial - for loop in java By Abinaya
Comment Added by : jatin kapoor
Comment Added at : 2011-01-22 03:43:10
Comment on Tutorial : for loop in java By Abinaya
// Using the comma.
class Comma {
public static void main(String args[]) {
int a, b;
for(a=1, b=4; a<b; a++, b—) {
System.out.println("a = " + a);
System.out.println("b = " + b);
}
}
}
its output is wrong
please check out
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. i appreciate the article for being straight to the
View Tutorial By: shey-poun at 2011-12-14 06:39:51
2. it is possible to write any synchronisation progra
View Tutorial By: shashi kant mishra at 2013-10-14 02:54:25
3. Hi,
I am new to html, and javascrip
View Tutorial By: Tom Theriault at 2010-12-14 14:54:09
4. very nice..thank you so much.all the concepts are
View Tutorial By: Priya at 2013-01-01 07:39:04
5. This is great, hope to learn more from this commun
View Tutorial By: Wamaguru at 2014-07-12 09:05:30
6. excellent
View Tutorial By: shamim at 2011-07-08 02:39:31
7. hi!
please tell how i got the java comm api
View Tutorial By: suresh at 2010-08-22 03:29:06
8. sir ji,
i want do learn for loop in java an
View Tutorial By: Prabhakar at 2009-11-06 00:48:53
9. Respected Sir,
We are
View Tutorial By: Core Java at 2009-10-24 01:36:20
10. Great stuff, learned more from this example than r
View Tutorial By: David Bandelin at 2011-03-22 07:10:38