Advertisement
Tuta816

Formatting Question

Dec 10th, 2012
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. //This is our final project
  2.  
  3. program dad12 ;
  4. var
  5. aba, beef , c23 : integer;
  6. begin
  7. aba = 13;
  8. writeln( aba); //display aba
  9. beef= -124;
  10. //compute c23
  11. C23= 2*(aba +beef);
  12. writeln(c23 ); //display c23
  13. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement