Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. import uulib.Console;
  2. //Print several versus of the song
  3. public class OldMcDonald {
  4. public static void animal(String noise, String animal){
  5. animal=Console.getString("Enter the type of animal");
  6. noise=Console.getString("enter the noise the animal makes");
  7.  
  8. }
  9. public static void main(String[] args){
  10.  
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement