Posted by bla on Wed 1st Jul 19:01
View followups from rhwrthrthr | download
- public static void main()
- {
- int a = 5;
- int b = 10;
- int c = addiere(a, b);
- }
- public int addiere(int x1, int x2)
- {
- return x1 + x2;
- }
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.