
Convert Currencey to Words:
Convert Rupees to words in Apex.
Visualforce Page:
<apex:page controller="Currenceyconverter" docType="html-5.0">
<apex:form >
<apex:pageBlock title="Convert Currencey to Words">
<apex:pageBlockButtons location="bottom">
<apex:commandButton action="{!getdata}" value="submit" reRender="outputtext"/>
</apex:pageBlockButtons>
<apex:pageBlockSection...