Advertisement
Sher123

Untitled

Sep 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. package MisterV;
  2.  
  3. public class Displaymessage {
  4.  
  5.  
  6. public static void main(String[] args) {
  7. // TODO Auto-generated method stub
  8. String message = "Hello good morning";
  9. System.out.println(message);
  10.  
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement