The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Jul 2017 |
| Last Sign in: | 305 Weeks Ago, 1 Day Ago |
| Questions Answered: | 15833 |
| Tutorials Posted: | 15827 |
MBA,PHD, Juris Doctor
Strayer,Devery,Harvard University
Mar-1995 - Mar-2002
Manager Planning
WalMart
Mar-2001 - Feb-2009
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 ////////////
  }
  }
----------- Â ----------- 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