Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //This is our final project
- program dad12 ;
- var
- aba, beef , c23 : integer;
- begin
- aba = 13;
- writeln( aba); //display aba
- beef= -124;
- //compute c23
- C23= 2*(aba +beef);
- writeln(c23 ); //display c23
- end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement