Search:

Type: Posts; User: msa969

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,592

    Re: java graphical interface game

    12,13,14 year old boys are heavily interested in games. Everyday I see students take to Scratch and Python turtle very easily.

    I will reinforce that there are not short cuts and fundamentals need...
  2. Replies
    5
    Views
    1,592

    java graphical interface game

    I work in education environment teaching at a secondary school social sciences like Economics and Business but have always been interested in computing and java programming. I have been running an...
  3. Re: String password check if is in uppercase, lowercase and has any numeric values?

    Norm - thank you
    I will give this a go and let you know.
  4. Re: String password check if is in uppercase, lowercase and has any numeric values?

    Having read copeg suggested lesson on Regular Expressions I am even more confused. The lessons makes little sense to me and seems very complicated. Also having read it I cannot instanly see the...
  5. String password check if is in uppercase, lowercase and has any numeric values?

    I have a String variable called password.
    How do I check the following?
    (1) String is all in uppercase.
    (2) Sting is all in lowercase
    (3) If the string has any numeric values
  6. I want to extract minutes and seconds from duration

    I have read a text file into BufferedReader

    my first line and second has this information:



    How can I derive the minutes and seconds and save it to String minutes, seconds. This is an...
Results 1 to 6 of 6