Java Code Check Fail and Pass

/
2 Comments
Check Fail and Pass

public static void main(String[] args) {
       int mark = 49;         // set the value of mark here!
      System.out.println("The mark is " + mark);

      if ( mark>=50 ) {
         System.out.println("You're Pass");
      } else {
         System.out.println( "Your're Fail" );
      }
   }

}
Here is Videos to Pratice :)




You may also like

2 comments:

  1. bro i want communicate with you i want my computer become better and better with you, can i?

    ReplyDelete

Itweb4shared. Powered by Blogger.