Think of a task you need to complete today. What input(s) is/are required for the task? What is/are the expected output(s)?
For example: I need directions to my favorite restaurant for lunch.
Inputs: Origin, Destination (I'll use string, but this could be done with floats using longitude and latitude as well)
Outputs: Step by Step directions
Now write a function prototype for this task. For example:
string directions (string OriginAddress, string DestinationAddress)
{
}
Try to use different variable types then what others have chosen so that your post is unique.
as Java, do not directly support them. Would you find that limiting?