Search:

Type: Posts; User: Newguy1

Search: Search took 0.19 seconds.

  1. Replies
    4
    Views
    1,539

    Re: Basic program help

    public class Mobile
    {
    //Declaring the variables of the Class.

    private int ScreenSize;
    private String PhoneType;
    private int Memory;
    private String ServProv;
    ...
  2. Replies
    4
    Views
    1,539

    Basic program help

    Hello, I've recently started a Computer Science course but due to illness I've missed the majority of the lectures in the first 3 weeks. I have been set a basic task where I have to create a Class...
Results 1 to 2 of 2