Write a JavaScript program which accepts amount in rupees as input (integer) within Range from Rs. 100 to Rs. 100000 and then asks the user for particular currency note preference and display the total number of currency notes of Rs. 500, 100, 50, 20, 10, 5, and 1. The user can be given a maximum of 200 notes of his preferred choice
Comments
Leave a comment