Advertisement
irmantas_radavicius

Untitled

Feb 17th, 2022
959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. import java.util.*;
  2.  
  3. public class Hello {
  4.     public static void main(String args[]){
  5.         // write a program that asks user to enter number
  6.         // and then output whether it is even or odd
  7.     }  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement