Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #!/bin/sh
  2. #CIS 129 Project 3
  3. #Christina Bolda
  4.  
  5. #This function will put stuff between the lines
  6.  
  7. PrintStuff()
  8. {
  9.  
  10. print "***************************************"
  11.  
  12. }#endof PrintStuff function
  13.  
  14. #print heading
  15.  
  16. Heading()
  17. {
  18.  
  19. printf "First side \t Second side \t Hypotenuse\n"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement