Home Tutorialhelp Allcomments Java Master Java If Statment

 
 

Comments

 
User Comments for the tutorial:

Control Statments



Total comments: 5      View Tutorial    Discuss: Control Statments
Comments

Interesting
I am a java programming language teacher in DBU,Ethiopia. and it helps me more and more and I like it simple and understandable approach 

See the IF condition example given in the site
Try give program with the appropriate results. output you had given is wrong. 

Output for this example is not given correct
class compare{ public static void main(String[] args){ int a = 20; int b = 40; if (a<b){ System.out.println(a); } else{ System.out.println(b); } } } Note: output should come 20. 

wrong answer
the answer for above program is wrong.please check it. 

different between control statement c and java
i want soon result 

Related Tutorial and Articles
Programming Tutorials

Master java in a week
;    Class Declaration: Class is the building block in Java...; The main method is the entry point in the Java program and java program can't run... is always first thing that is executed in a java program. Here is the main method 

General

Master Java In A Week
Master Java In A Week       Starting Java Java as a programming language Java is an Object oriented application programming 

WebSevices Questions

Internet and Web related questions for Web Master.
Internet and Web related questions for Web Master.   Explain the difference between the Internet and Web. What are Web browsers? Explain the two main... is Java? What are the applications of Java that you can use for Web designing 

General

Change Background of Master Slide Using Java
Change Background of Master Slide Using Java  ... to create a slide then change background of the master slide. In this example we are creating a slide master for the slide show. To create slide show we 

Java Beginners

Valid Statment Checker
Valid Statment Checker  Write a program about valid statement checker. The valid statement checker is a program that checks the validity of a mathematical, logical and boolean(mixed) expression. example: 1. Input a statement: z 

Java Beginners

java - Java Beginners
interesting to learn it and i want to be a master in it. what is the best way...://www.roseindia.net/java/master-java/java-a-general-purpose-languaage.shtml http://www.roseindia.net/java/master-java/index.shtml http://www.roseindia.net/java/master 

Java Beginners

java
java  hi im new to java plz suggest me how to master java....saifjunaid@gmail.com 

Eclipse Plugins

Masters of Java Assignment Plugin
it significantly easier to develop Master of Java Assignments by making use of the Eclipse Java IDE.  The plugin has the following features... Masters of Java Assignment Plugin   

Java Interview Questions

java
java  what are abstract methods   Please visit the following link: http://www.roseindia.net/java/master-java/abstract-class.shtml 

Java Beginners

java
, visit the following links: http://www.roseindia.net/java/master-java/java-left-shift.shtml http://www.roseindia.net/java/master-java/java-right-shift.shtml 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.