[Frubar Paste] Hosted by SkyLime - Chat with us at XChannel IRC

Posted by bla on Wed 1st Jul 19:01

View followups from rhwrthrthr | download

  1. public static void main()
  2. {
  3.         int a = 5;
  4.         int b = 10;
  5.         int c = addiere(a, b);
  6. }
  7.  
  8. public int addiere(int x1, int x2)
  9. {
  10.         return x1 + x2;
  11. }


Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.



Remember my name in a cookie


Code: To highlight particular lines, prefix each line with @@.
Include comments to indicate what you need feedback on.