Search:

Type: Posts; User: kidza12

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,368

    Re: help with loops

    i've spent hours trying but i still can't seem to get it, any more tips ? :)
  2. Replies
    3
    Views
    1,368

    help with loops

    hi,

    i am trying to write a programme that reads in a word, and outputs the last charecter, then the last two then the last three and so on
    e.g
    input: java
    output: a, va, ava, java

    i have...
  3. Replies
    4
    Views
    1,915

    Re: help with bookfinder programme

    got it working 100% thanks for the help!
  4. Replies
    4
    Views
    1,915

    Re: help with bookfinder programme

    thank you very much that worked amazing, wondering if could pick your brain on one more topic

    how would i go about getting the programme to recognise higher case "B" as well as the lower case....
  5. Replies
    4
    Views
    1,915

    help with bookfinder programme

    hi, i'm trying to write a program that reads lines of text. if any line that contains the word "book" it will print the line, but replace the word "book" with [printed pages]s.

    at the moment my...
  6. Replies
    1
    Views
    1,944

    Help with my Range Finder programme

    hi, i'm trying to write a programme that reads two integers, and outputs the sum of all even numbers between that range e.g 10 14 = 36 (10+12+14)

    here is what i have so far, but i have messed up...
Results 1 to 6 of 6