Search:

Type: Posts; User: Missjain

Search: Search took 0.08 seconds.

  1. Thread: need help

    by Missjain
    Replies
    5
    Views
    684

    Re: need help

    **YOUR CODE GOES HERE**

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


    class Demo
    {
    public static void main (String[] args) throws java.lang.Exception
  2. Thread: need help

    by Missjain
    Replies
    5
    Views
    684

    Re: need help

    I want to take input "Mumbai" and print output:-
    M
    U
    M
    B
    A
    I
    ~~~~~~~~~~~~~~~code start~~~~~~~~~~~~~~~~~~~

    import java.util.*;
  3. Thread: need help

    by Missjain
    Replies
    5
    Views
    684

    need help

    I just want to take input from user like any string :- M#U#M#B#A#I and then need to print output as

    M
    U
    M
    B
    A
    I
Results 1 to 3 of 3