JackHoughton00

Question #12

Feb 12th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. package qtwelve;
  3.  
  4. public class QTwelve {
  5.  
  6. public static void main(String[] args) {
  7. System.out.printf("%8.2f%15s%16s\n%8.2f%10s%20s\n%8.2f%11s%19s",69.50,"LifeJacket","MarksWWH",399.00,"Canoe","CdnTire",19.99,"Paddle","Walmart");
  8.  
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment