Search:

Type: Posts; User: nikolaiL

Search: Search took 0.16 seconds.

  1. Re: small problem to do with 'this.'! help and explanation much appreciated!

    thank you
  2. small problem to do with 'this.'! help and explanation much appreciated!

    So this is my secondary class
    public class Tuna{
    private int hour = 2;
    private int minute = 2;
    private int second = 3;

    public void setTime(int hour, int minute, int second){
    ...
Results 1 to 2 of 2