Advertisement
Delta_Sierra

samson.java

Mar 31st, 2025
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. public class samson{
  2.     static void Samson_Object(){
  3.         int num = 5;
  4.         if(num < 10){
  5.             System.out.println("The Number is less than 10.");
  6.             }else{
  7.             System.out.println("The Number is Greater than 10.");
  8.             }
  9.     }
  10.     public static void main(String []args){
  11.         Samson_Object();
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement