Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class samson{
- static void Samson_Object(){
- int num = 5;
- if(num < 10){
- System.out.println("The Number is less than 10.");
- }else{
- System.out.println("The Number is Greater than 10.");
- }
- }
- public static void main(String []args){
- Samson_Object();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement