Search:

Type: Posts; User: bgwilf

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    2,660

    Re: Reverse character using void method

    doesn't work . that ELSE part is not reversing the string. and I was wondering how I can use a void , parameterless function that is also recursive without keeping ro prompt the user to enter a...
  2. Replies
    2
    Views
    2,660

    Reverse character using void method

    I ^:)^need help to write a parameterless, void and recursive method used to reverse a string of character. Can anybody help me with the last part?
    This is the code I been able to write so far :
    ...
  3. Thread: BASE CONVERSION

    by bgwilf
    Replies
    6
    Views
    3,056

    Re: BASE CONVERSION

    ok thanks! This is what I got and I actually think that it works

    public static String convert(String num,int b)
    {
    int k= num.length();
    ...
  4. Thread: BASE CONVERSION

    by bgwilf
    Replies
    6
    Views
    3,056

    Re: BASE CONVERSION

    At this point it doesn't matter that it is simpler. I just need an Iterative way to implement any base conversion to a base 10.
  5. Thread: BASE CONVERSION

    by bgwilf
    Replies
    6
    Views
    3,056

    Re: BASE CONVERSION

    USING ITERATION PLZ!!!
  6. Thread: BASE CONVERSION

    by bgwilf
    Replies
    6
    Views
    3,056

    BASE CONVERSION

    Can Anyone suggest me a simpler algorithm for converting any base number to base 10??
  7. Replies
    1
    Views
    1,343

    el gato as output

    I don't get the right output when I run it. can somebody help me?



    import java.util.*;
    import java.io.*;

    public class Labex06
    {
    public static void main(String []args)
Results 1 to 7 of 7