User Tools

Site Tools


epgy:msp2013:assignment_8

Table of Contents

MSP Assignment 8

	public static int add (int a, int b)
	{
		return (a+b);
	}

Open Eclipse and start a new project.

Write me a function that adds two numbers together and returns the sum.

Write me another function that subtract two numbers together and returns the difference.

Print the values to the console window, so we know it works.

Log into Pastebin and save your code there in a new paste.

/soe/sherol/.html/teaching/data/pages/epgy/msp2013/assignment_8.txt · Last modified: 2013/07/03 08:47 by ffpaladin