SophiaPretty

(5)

$14/per page/Negotiable

About SophiaPretty

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Accounting,Algebra See all
Accounting,Algebra,Applied Sciences,Architecture and Design,Art & Design,Biology,Business & Finance,Calculus,Chemistry,Communications,Computer Science,Economics,Engineering,English,Environmental science,Essay writing Hide all
Teaching Since: Jul 2017
Last Sign in: 305 Weeks Ago, 1 Day Ago
Questions Answered: 15833
Tutorials Posted: 15827

Education

  • MBA,PHD, Juris Doctor
    Strayer,Devery,Harvard University
    Mar-1995 - Mar-2002

Experience

  • Manager Planning
    WalMart
    Mar-2001 - Feb-2009

Category > Computer Science Posted 13 Nov 2017 My Price 10.00

working plz give an explanation on how to do it and the code!

This is the code I have so far that is not working plz give an explanation on how to do it and the code!

 

/**

 * StringX - CS 170 Proficiency Quiz 6H.

 * @author (your name goes here)

 * @version (put the date here)

 */

public class StringX

{

///////////////// PUT YOUR CODE BELOW THIS LINE ////////////

   

  /**

   * Write the method stringX.

   * 

   * Follow the instructions on your handout.

   */

  ////////WRITE YOUR METHOD HERE /////////////

  public String stringX(String str)

  {

    int result = 0;

    int len = str.length();

    String print = "";

     

    for (int i = 0; i < len; i++)

    {

      String chStr = str.substring(i, i + 1);

      if (chStr.equals("x"))

      {

        result++;

       

      }

      print += str.substring(i, result);

      }

     

    return print;

   

   

   

     

///////////////// PUT YOUR CODE ABOVE THIS LINE ////////////

  }

  }

 

Attachments:

Answers

(5)
Status NEW Posted 13 Nov 2017 11:11 AM My Price 10.00

-----------  ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly

Not Rated(0)