Write a java program to convert rupees to dollar. 60 Rupees= 1 dollar.

Опубликовано: 12 Март 2026
на канале: Let's Create new
772
31

This is a simple Java code that converts Indian Rupees to US Dollars. The code uses the Scanner class to take input from the user, which is the amount of Rupees they want to convert. The input is then stored in an integer variable "r". The conversion from Rupees to Dollars is done using a simple arithmetic calculation, where the value of Rupees is divided by 60, which is stored in a float variable "d". Finally, the result is displayed on the console, showing the equivalent value of the entered Rupees in US Dollars.

#coding #programming #tutorials #practicals #java #python #csharp #developer #learncoding
#coding #programming #tutorials #practicals #java #python #csharp #developer #learncoding
#coding #programming #tutorials #practicals #java #python #csharp #developer #learncoding

Description About My Channel: Welcome to Let's Create New, a channel dedicated to sharing coding tutorials and practicals. Here, you will find a variety of programming tutorials and hands-on coding examples to help you learn and enhance your coding skills. Whether you are a beginner or an experienced programmer, this channel has something for everyone. From Java to Python, C#, and more, we aim to cover a wide range of programming languages and technologies to help you achieve your coding goals. So, join us on this exciting journey of coding and let's create something new together!

#coding #programming #tutorials #practicals #java #python #csharp #developer #learncoding #tech #education #software #development #webdevelopment #appdevelopment #programmer #coder #code #computerscience #technology #learnprogramming #developmenttutorials #codinglife #codersofinstagram

Github link: https://github.com/Meetprogrammer/Write-a-...