Search:

Type: Posts; User: sumon_bd

Search: Search took 0.11 seconds.

  1. Re: finding a character from a given string value

    very interesting i have solved it.

    yes it's perfect now. there was a space counter into the string.

    now i will use this code into a large section .. try catch expection and reading file from a...
  2. Re: finding a character from a given string value

    i have forcefully solved it but still there is a problem of one space.




    package com.company;

    import java.util.Arrays;

    public class Main {
  3. Re: finding a character from a given string value

    would you like to give me the code. i have done it by own but there is a problem that ? mark goes to the next line. i need to add newline after the ? is printed




    package com.company;
    ...
  4. finding a character from a given string value

    suppose the string is {"It's a wonderful forum. Are you looking for a new code? It's here. }

    i want to print the line like

    It's a wonderful forum.
    Are you looking for a new code?
    It's...
Results 1 to 4 of 4