Search:

Type: Posts; User: sumon_bd

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    651

    Re: array searching the location in one line

    it's not an easy task for me .. i need to solution or code. giving suggestion is so easy what i can also give that .. if you can code it.

    an array contains an int number of 100+. int[]...
  2. Replies
    5
    Views
    651

    Re: array searching the location in one line

    the value 1 found in multiple positions : 0 2 5
    the value 2 found in multiple positions : 1 4
    the value 8 found in multiple positions : 6 7


    and without giving image it's not possible for...
  3. Replies
    5
    Views
    651

    array searching the location in one line

    I need to solve the the problem in a simple way. kindly tell me how i can print the location of multiple data found in a single line. Suppose there is 100 time value found of 8 then i should print...
  4. [SOLVED] Re: String problem ..kindly give me a code in alternative methods

    this is the perfect and easy system .thanks millions of time.

    i have solved it with replace split with a bigger code.




    String str="Hello man.How are you?I am fine and what's about your...
  5. Replies
    3
    Views
    3,771

    Re: switch statement related exercice

    there is a terms exception handling but i have simplified our code very simple way

    now you can check the result

    i have done with Apple only you should use others; the problem was didn't gave...
  6. [SOLVED] Re: String problem ..kindly give me a code in alternative methods

    I gave the code in the code section. Kindly check it.

    which language you are doing ?
  7. [SOLVED] String problem ..kindly give me a code in alternative methods(solved)

    I have forcefully solved it but if this is possible with split() or using replace method or another way kindly give me the code. i have tried for a long time.


    suppose the string is "It's a...
  8. 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...
  9. 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 {
  10. 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;
    ...
  11. 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...
  12. Re: calling a method into System.out.print() method?????

    yes i got the solution from suggestion of intelji.. the method needs a return value.

    thank you.
  13. calling a method into System.out.print() method????? solved

    is it possible to call a method into another method?


    i can see the error into my code and it's not possible for me to call range() into System.out.print() function.


    if possible give me a...
  14. [SOLVED] Re: I am struggle to control the loop here.

    got the solution from Facebook Bangladesh group here it is



    import java.util.Scanner;
    public class Main
    {
    public static void main(String[] args){
    char ch, answer = 'K';
    Scanner sc = new...
  15. [SOLVED] I am struggle to control the loop here.(solved)

    Hi, everyone . my name is sumon and i am from Bangladesh. i am a beginner in Java. i am practicing beginners level programming. I have faced a problem here. if anyone give me the solution then I will...
Results 1 to 15 of 18