Tuesday 14 March 2017

Java Program on String Manipulations




Write a JAVA program to print following output?

Input Format:

tech prompt

Output Format:

TECH PROMPT
Tech Prompt

Program:

import java.io.*;
import java.lang.*;
public class Test{
   public static void main(String args[ ]){
      String inp = "tech prompt";
      String a[ ] = inp.split(" ");
      System.out.println(inp.toUpperCase( ));
      for(int i = 0;i <  a.length;i++){
            String str = a[i];
            System.out.print((str.substring(0,1).toUpperCase( ) + str.substring(1, str.length( )));
      }
   }
}












Monday 13 March 2017

Your account is temporarily blocked for login Paytm account


                               Paytm is one of the india's largest payment and e-commerce company. Paytm was founded by One97 Communications in 2010 for mobile recharges. It started with online mobile recharge and bill payments. Now a days most of the people are using Paytm wallet for online trasactions, like sending paytm wallet money to other banks in easy way. For faster online transactions users can add money to the paytm wallet. Sometimes we forgot our Paytm password to login. If you entered wrong password morethan 3 times or if Paytm identified any fault transaction from our account, account will be temporarily blocked.



The following steps help you to unblock Paytm account.

1) Open your Paytm registered mail account.

2) Drop a mail to care@paytm.com or  cybercell@paytm.com



3) After sending mail to paytm, you will get autogenerated  mail from paytm like your ticket logged.

4) After that they will ask some proofs like bank statement for unblocking your paytm account.