Search:

Type: Posts; User: vajira

Search: Search took 0.00 seconds.

  1. Thread: Encyption

    by vajira
    Replies
    1
    Views
    1,179

    Encyption

    the code is suppose to add an ASCII value 1 to every cell of the array of the input from the user.
    for example:
    user input: ABC
    the result should be: DEF
    but the problem with my code is that it...
  2. Replies
    0
    Views
    2,924

    binary search or linear search

    can anyone teach me how to do binary search or linear search?I've been looking for the online tutorial but can't find any of them.Thanks
  3. Thread: i need help

    by vajira
    Replies
    1
    Views
    951

    i need help

    if the user key in abc, the ouput should be acbbca(where by the reversed string is inserted one character after the other)

    i've wrote the code but it display null
    Here's the code of the functio:...
  4. Replies
    3
    Views
    1,630

    finding no of digit

    i've wrote the code for finding the num of digits in the function Digits(num)
    the function should return no of digit in the num, but the output of my coding doesn't runs well.instead od returning 5,...
  5. Replies
    0
    Views
    875

    How to create a 3 dimensional array?

    how to create a function which take in a 3 dimensional array of 1 row, 2 column and 3 width. the function will goes through all cells and add 1 to odd values and substarts 1 from even values
  6. Thread: I Need Help

    by vajira
    Replies
    0
    Views
    1,106

    I Need Help

    How to insert reverse string for an array of character:

    for example: abc
    result will be acbbca

    it will reverse abc n put is as acbbca.(whereby the reverse string is inserted to the original...
  7. Thread: I Need Help

    by vajira
    Replies
    2
    Views
    1,314

    I Need Help

    Can anyone teach me how to find total ASCII value in a char array?

    For example:
    in the array contains: abc
    it will esrach for ASCII value for a,b and c
    then it will add up all the value
    can...
Results 1 to 7 of 7