Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Dollar. java
import java.util.*; public class Dollar { public void Convert() { double inr,usd,doll; System.out.println("\nDollar to INR"); Scanner in=new Scanner(System.in); System.out.print("Enter INR to convert into USD : "); inr=in.nextDouble(); System.out.print("Enter Current USD reate : "); doll=in.nextDouble(); usd=inr/doll; System.out.println("\n INR="+inr+"\n USD="+usd); } }
run
|
edit
|
history
|
help
0
add static
Sort arraylist bubble sort
Java consecutive repeated cha
Геттеры и сеттеры для класса Dog
Armstrong no
merge sort by java
Fgh
Fibonacci numbers 0 - 94
binary
get top k frequent elements ( Priority Queue implementation ) Language: Editor: Layout: